You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.4 is currently only available as RC. NADI itself works with PHP 8.4 but dev-dependencies like prophecy are not compatible yet (phpspec/prophecy#624).
PHPUnit's 9.6.20 PHAR from the GH Action php-actions/phpunit@v2 contains prophecy. So PHPUnit has to be updated to 10.5.40 as a dependency. We skip 11.x for now.
As 10up/wp_mock sitll requires PHPUnit 9.6.20, we have to overwrite the dependency manually in composer.json so that 10.5.40 also behaves as 9.6.20
All unit tests have to be migrated to PHPUnit 10.x.
The text was updated successfully, but these errors were encountered:
Signed-off-by: Christopher Klein <ckl@dreitier.com>
schakko
changed the title
Update dependencies after official PHP 8.4 release
Update dependencies like PHPUnit after official PHP 8.4 release
Jan 9, 2025
PHP 8.4 is currently only available as RC. NADI itself works with PHP 8.4 but dev-dependencies like prophecy are not compatible yet (phpspec/prophecy#624).
php-actions/phpunit@v2
contains prophecy. So PHPUnit has to be updated to 10.5.40 as a dependency. We skip 11.x for now.10up/wp_mock
sitll requires PHPUnit 9.6.20, we have to overwrite the dependency manually incomposer.json
so that 10.5.40 also behaves as 9.6.20The text was updated successfully, but these errors were encountered: