ci: replace PHP 8.2 with PHP 8.4 in the PHPUnit matrix#899
Merged
Conversation
📝 WalkthroughWalkthroughThe PHPUnit GitHub Actions workflow matrix is updated to remove PHP 8.2 and add PHP 8.4, resulting in a test matrix of 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
e040005 to
0f89f4a
Compare
marcelklehr
approved these changes
Jun 19, 2026
kyteinsky
approved these changes
Jun 19, 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.
The PHPUnit workflow runs its matrix against Nextcloud server master, which recently raised its minimum to PHP 8.3, so the old PHP 8.2 leg fails before any test runs (maintenance:install aborts with "requires at least PHP 8.3").
Instead of just dropping 8.2, this adds PHP 8.4 alongside 8.3: the matrix now runs PHP 8.3 and 8.4 against server master. That keeps two-version coverage and tests against the newest PHP that master supports.
Lint jobs and the 8.2 min-version in info.xml are left as-is, since AppAPI still runs on 8.2 under older Nextcloud releases; only the master-branch PHPUnit job needs a PHP the server accepts.