phpunit-arraysubset-asserts
phpunit-arraysubset-asserts copied to clipboard
GH Actions: PHP 8.4 has been released
- Builds against PHP 8.4 are no longer allowed to fail.
- Add allowed to fail build against PHP 8.5.
Ref: https://www.php.net/releases/8.4/en.php
CS build failure is unrelated to this PR.
As for the Test failure on PHP 8.4 - looks like prefer-lowest is not going to work without some additional tweaking. Basically for running PHPUnit 9 on PHP 8.4, we need a minimum of PHPUnit 9.6.21.