-
-
Notifications
You must be signed in to change notification settings - Fork 356
[Twig][Live] Drop Twig 2 support #1436
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
Conversation
Failure / deprecation look related to Foundry no ? cc @kbond maybe ? |
I'm not seeing anything with foundry in the actions log, can you link to where you're seeing this? |
To Browser sorry i think ? cf the deprecations https://github.com/symfony/ux/actions/runs/7725916788/job/21061159963#step:7:147 And _resetDatabase too ? But i'm really not sure there |
I'm seeing this:
|
Was talking about the deprecation in the other test suite ;) _resetDatabase and the others are generated inside Browser i believe. I'll look at the errors tomorrow ! |
daa5a81
to
4cba7bd
Compare
I'd need help there, as there is nothing counting Twig Nodes in the test code, and i'm not the most qualified i guess to fix this part of the tests. |
Sure! What do you mean by counting twig nodes? |
LiveComponent 8.1 fails because of direct deprecation see: https://github.com/symfony/ux/actions/runs/7770236144/job/21190171213?pr=1436
--> Symfony\UX\LiveComponent\Tests\Functional\Controller\BatchActionControllerTest |
342e8ac
to
381670a
Compare
Thanks Simon! We'll solidify the tests and deprecations outside of this PR, as there are several moving parts |
As Symfony Twig Bridge / Twig Bundle have already dropped Twig 2 support... i think it's time for us to do the same thing :)