-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHP 8.4 support #872
Add PHP 8.4 support #872
Conversation
We always have time to limit before a new final PHP version.
"php": "~8.2 || ~8.3 || ~8.4", Constraints limited. Used without the ".0" because have the same effect.
I don't like the CI build on 8.4 to be successful: https://github.com/paratestphp/paratest/actions/runs/10473712966/job/29006479710?pr=872#step:3:19
|
Composer.json require pcov.
Apparently there's an infinite loop somewhere with PHP 8.4, but I can't debug it yet locally because the pcov PECL extension hasn't been updated yet, we need to wait |
Superseded by #898 thank you anyway for your contribution |
The tests pass, but show deprecations with the
symfony/string
v5.4.0 class in PHP 8.4 lowest test.Symfony/string
is fixed symfony/string@bce7504PD: perhaps it'll be better to change incomposer.json
:with
Changed to
"php": ">=8.2"
Fix #871
that break PestPHP pestphp/pest#1199