-
Notifications
You must be signed in to change notification settings - Fork 50
[2.x] Min PHP version 8.1, Symfony 6.4 / 7.1+ #463
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
[2.x] Min PHP version 8.1, Symfony 6.4 / 7.1+ #463
Conversation
Didn't find any of them. |
f2efe45
to
dc81b99
Compare
… short arrow function, readonly properties, etc)
…hpunit 10 and `matthiasnoback/symfony-config-test` triggers installation of phpunit 10 From CI ``` PHP Fatal error: Declaration of PHPUnit\Framework\TestSuite::run(): void must be compatible with PHPUnit\Framework\Test::run(?PHPUnit\Framework\TestResult $result = null): PHPUnit\Framework\TestResult in /home/runner/work/HttplugBundle/HttplugBundle/vendor/phpunit/phpunit/src/Framework/TestSuite.php on line 338 Script vendor/bin/simple-phpunit handling the test event returned with error code 255 ```
dc81b99
to
0725be7
Compare
I need help with this failed CI check
I can't find |
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.
yay for modern php, looks very nice! thanks for the work!
about the failing lowest version test: we should try with "matthiasnoback/symfony-dependency-injection-test": "^5.1",
and if that is not enough add matthiasnoback/symfony-config-test
with ^5.2.
i have some minor feedback. do you have time to update these things?
i think we need to add |
and RE BC hacks: there is one in PluginClientFactoryListener, search the code for |
I'm sorry, I don't seem to get it. I failed to see any compatibility layer with old Symfony versions in I checked before any usage of deprecated methods from Symfony, |
oh, so sorry, that has already been cleaned up in the 2.x branch, i must have looked at 1.x 🤦 thanks a lot for this work, will now merge it 👍 |
What's in this PR?
Change the minimum PHP version to 8.1 and Symfony component versions to 6.4 / 7.1+ as requested in #458
Why?
#458
Example Usage
N/A
Checklist
To Do
N/A