-
Notifications
You must be signed in to change notification settings - Fork 60
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
PHP 8.4 support #879
Comments
Hmm, unsure why there's no renovate pipeline for that. This PR should be it: https://github.com/Roave/BackwardCompatibilityCheck/pull/769/files Perhaps you can check what's up there? |
Looking at the pipeline, |
That's probably because renovate can't run an update on 8.2.x then 🤔 |
We still need I'd suggest helping upstream here: vimeo/psalm#11035 |
@Ocramius it seems the PR is basically done, but the review process is taking a while and it will cause a new major of Psalm anyway. It's generally a good idea not to install the QA tools as dev deps, you don't rely on them directly, you're just using them like a hammer in which case installing them in a separate root in a isolated way (via a separate composer.json or managed via https://github.com/bamarni/composer-bin-plugin) is way more preferable. |
It's a tool used as part of the runtime, not separately: it is part of the main dependencies, and not really a plugin/separate. Happy to accept patches for https://github.com/Roave/infection-static-analysis-plugin/ that solve this at architectural level. |
Since PHP 8.4 is now fully out, seems it could be supported here.
The text was updated successfully, but these errors were encountered: