-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
support php 8.4 #441
base: main
Are you sure you want to change the base?
support php 8.4 #441
Conversation
Hello @nikow13! |
Related psalm issue and MR about PHP 8.4 support: |
Psalm 6 has been released which supports php 8.4 |
ready to go? |
looks like php version used for running scrutinizer needs to be bumped |
Yes, it seems that Scrutinizer is managed outside the code, so I can’t update it |
We are verifying it :) |
@@ -1,8 +1,8 @@ | |||
ARG PHP_VERSION=7.1 | |||
ARG PHP_VERSION=8.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the version 8.4 and not the minor that we can support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for local testing with the last version
updates the codebase for PHP 8.4 compatibility and upgrades Psalm to version 6.0. Some errors were introduced with the Psalm update, so I’ve added a baseline for now to prevent build issues