-
Notifications
You must be signed in to change notification settings - Fork 43
dependencies : allow symfony 8, and test against PHP 8.5 #219
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
base: master
Are you sure you want to change the base?
dependencies : allow symfony 8, and test against PHP 8.5 #219
Conversation
|
Thanks, looks good to me. We just need JanePHP to be updated as well:
|
|
With the release of Jane, the install is working Can you retry the tests ? |
| "require-dev": { | ||
| "friendsofphp/php-cs-fixer": "^3.17.0", | ||
| "jane-php/json-schema": "^7.4", | ||
| "jane-php/json-schema-runtime": "^7.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.
You must allow version 8 here as well.
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.
Arf, you're right... Theses two packages are not yet released on packagist
I've pushed the change, we'll wait the release to retry
5108a4a to
1aa2aa1
Compare
|
Version v7.10.0 of Jane has been released, so now tests are green on the Symfony 8 side.
Then it should be ready! Thanks a lot again. |
1aa2aa1 to
2fa8e42
Compare
|
The phpstan issues are fixed As the And I've removed the ignored errors on |
Symfony 8 is soon to be released (https://symfony.com/releases/8.0)
8.0.0 RC3 was released 5 days ago.
I've added ^8.0 as an allowed version for symfony dependencies on this project.
I've added test against PHP 8.5 which was released the November 20th
I don't know how much tests and versions should be kept, I let it to you to tell me which should be added or removed