-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable7.0] chore(CI): Adjust testing matrix for Nextcloud 31 on stable7.0 #4320
base: stable7.0
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stable7.0 #4320 +/- ##
==============================================
- Coverage 11.13% 2.32% -8.81%
==============================================
Files 121 95 -26
Lines 5542 4770 -772
Branches 1200 1200
==============================================
- Hits 617 111 -506
+ Misses 4803 4537 -266
Partials 122 122 ☔ View full report in Codecov by Sentry. |
5266900
to
bc6c0c7
Compare
1145188
to
53e533c
Compare
Signed-off-by: Joas Schilling <[email protected]>
53e533c
to
5810ee9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise.
branches: ['main', 'master', 'stable30', 'stable29', 'stable28'] | ||
branches: ['stable7.0'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't need to be backported.
@@ -20,9 +20,13 @@ jobs: | |||
# do not stop on another job's failure | |||
fail-fast: false | |||
matrix: | |||
php-versions: ['8.1'] | |||
php-versions: [ '8.1', '8.2', '8.3' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
php-versions: [ '8.1', '8.2', '8.3' ] | |
php-versions: ['8.1', '8.2', '8.3' ] |
Backport of PR #4308