-
-
Notifications
You must be signed in to change notification settings - Fork 26
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: allowing support of Symfony 7 #462
chore: allowing support of Symfony 7 #462
Conversation
In order to support Symfony 7 we need to be able to run CI with it, like I tried But, currently SF 7 doesn't run on our build because of PHP-CS-Fixer, cf Let's wait an answer on PHP-CS-Fixer/PHP-CS-Fixer#7431 (comment) |
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.
Can you update the github actions like in sonata-project/twig-extensions#392 in order to be sure that SF 7 can be installed ? Thanks
You'll need
|
There is one test failure:
We'll need to understand what's changed in SF7 |
The error is cause by the adding of / in the of the input (/> => >) |
Sure, but removing the |
The problem come from the bundle symfony/twig-bridge symfony/twig-bridge@dcb5bb8 |
thanks for the research. So it's a "feature" from Symfony.
I would be ok with this. |
chore: migration symfony 7
Thanks |
allowing support of Symfony 7
I am targeting this branch, because is for allowing the possibility of use in symfony 7 project and don't create a BC-break
Changelog
Allowing support of Symfony 7 (@pauljosephkrogulec)