Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

support php 8.4 #441

wants to merge 6 commits into from

Conversation

nikow13
Copy link
Contributor

@nikow13 nikow13 commented Nov 26, 2024

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

@mvhirsch mvhirsch mentioned this pull request Dec 10, 2024
@AlessandroMinoccheri AlessandroMinoccheri self-assigned this Dec 13, 2024
@AlessandroMinoccheri
Copy link
Member

Hello @nikow13!
Thanks for your contribution, we need to wait psalm I think to see if all tests will be green

@damien-louis
Copy link

Related psalm issue and MR about PHP 8.4 support:
vimeo/psalm#11107
vimeo/psalm#10928

@ostrolucky
Copy link

Psalm 6 has been released which supports php 8.4

@akondas
Copy link

akondas commented Jan 31, 2025

ready to go?

@ostrolucky
Copy link

looks like php version used for running scrutinizer needs to be bumped

@nikow13
Copy link
Contributor Author

nikow13 commented Feb 4, 2025

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

@damien-louis
Copy link

Poke @AlessandroMinoccheri

@AlessandroMinoccheri
Copy link
Member

We are verifying it :)

@@ -1,8 +1,8 @@
ARG PHP_VERSION=7.1
ARG PHP_VERSION=8.4

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?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants