phpunit-arraysubset-asserts icon indicating copy to clipboard operation
phpunit-arraysubset-asserts copied to clipboard

GH Actions: PHP 8.4 has been released

Open jrfnl opened this issue 1 year ago • 1 comments

  • 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

jrfnl avatar Nov 22 '24 00:11 jrfnl

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.

jrfnl avatar Nov 22 '24 01:11 jrfnl