-
Notifications
You must be signed in to change notification settings - Fork 12
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
Chore/compatibilty symfo7 #41
Chore/compatibilty symfo7 #41
Conversation
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.
thank you for the PR
IMO it seems like a big breaking change to drop support for Symfony 6.x which is a pretty recent and still supported Symfony release, could you try to support both ~6.1
and ~7.0
? (you can use the ci.yml
GHA workflow to assert that it still works fine using both 6.1
and 7.0
versions)
@Oliboy50 adding back compatibilty tests for sf6. |
@pforesi thank you on my side, I fixed the trigger of the CI, now in order for your branch to be tested against the CI, could you please rebase your branch on top of |
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.
💯
@Oliboy50 everything ok ? |
Thnaks for your quick support :) |
Fixing deprecation to upgrade to symfony 7
Minor changes on php typing compatibilty (set minimal php version to 8.2)
Fixes #40