ci(PHP): Only test against highest and lowest supported PHP versions#61158
Merged
Conversation
artonge
approved these changes
Jun 10, 2026
icewind1991
approved these changes
Jun 10, 2026
Member
Author
|
This change removes 32 jobs per PR (compared to https://github.com/nextcloud/server/pull/60844/checks). |
Member
|
Would be nice to automatically determine the min/max versions from the version check (as we do for apps) to ensure this is always up to date. But that's future work |
susnux
approved these changes
Jun 10, 2026
Contributor
|
CI error caused by PHP 8.5, fix: #61176 |
77aba07 to
6093a6c
Compare
come-nc
reviewed
Jun 11, 2026
deb2fb9 to
bd454e6
Compare
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
bd454e6 to
3ee06f3
Compare
susnux
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I remove the coverage reports, because we don't use them at all and it just wastes time and makes the workflows messier.
While it removes the versions between 8.2 and 8.5, it also adds some versions, because some versions were only testing 8.2 (or 8.4) and not the latest version.