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

PHP 8.4 support (bump minimum PHP version?) #9599

Open
2 of 3 tasks
alecpl opened this issue Aug 21, 2024 · 1 comment
Open
2 of 3 tasks

PHP 8.4 support (bump minimum PHP version?) #9599

alecpl opened this issue Aug 21, 2024 · 1 comment

Comments

@alecpl
Copy link
Member

alecpl commented Aug 21, 2024

I've enabled testing on PHP 8.4 and there are some issues with --prefer-lowest run. That means we'll have to bump minimum supported PHP version or wait for the issues to be fixed (they might not be fixable, though).

I've created some upstream tickets:

As we remove require-dev section in packaging, we may have more luck with PHP7 support for production releases.

ps. I also run tests for 8.4 using 8.1 as a platform to workaround other issues.

@pabzm
Copy link
Member

pabzm commented Aug 26, 2024

You changed code directly on the "master" branch, which makes the "unit" tests fail, which blocks proper pull requests. Please fix that.

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

No branches or pull requests

2 participants