-
Notifications
You must be signed in to change notification settings - Fork 660
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 support for PHP 8.4 #10928
base: 5.x
Are you sure you want to change the base?
Add support for PHP 8.4 #10928
Conversation
6c0daee
to
f178309
Compare
What does that mean? |
What's needed to move this PR forward? Is there anything I can do to help? |
96d50f0
to
cf366be
Compare
Thanks for putting your time into this @GromNaN |
Can we get this PR merged please or anything still pending ? |
Calling new ReflectionMethod with a single argument is deprecated
JIT on AArch64 doesn't support opcache.jit_buffer_size above 128M
If anyone wants to look at the failing tests. I don't find how they are related to the changes in that PR. They are run on PHP 8.0.30. I cant reproduce in a Docker container with this PHP version. |
Psalm needs to support 8.4 vimeo/psalm#10928
* Introduce rector * Apply rector * Add 8.4 to matrix * PHPStan fixes * Revert example change * CS fix * Upgrade Twig * Upgrade twig * Fix phpstan async issue * Use PSALM PHAR in dev mode * Remove 8.4 from pipeline Psalm needs to support 8.4 vimeo/psalm#10928
Preg::replaceCallbackStrictGroups
for PHP 8.4 compatibility composer/pcre#22