Uh oh!
There was an error while loading. Please reload this page.
ci: replace PHP 8.2 with PHP 8.4 in the PHPUnit matrix - #899
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
0f89f4aCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.