Replies: 3 comments
-
Symfony tests were updated by #60911; could you list which ones are still triggering the deprecation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MatTheCat Check the build stack here, https://github.com/hantsy/symfony-rest-sample/actions/runs/16094319202/job/45415033367 , it lists all deprecations raised in my tests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is because of the service definitions done in DoctrineBundle, not because of code in Symfony. The work is in progress in doctrine/DoctrineBundle#1898. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems native object cache is enabled in PHP 8.4, but the Symfony test does not embrace the changes.
Any suggestions here to fix the deprecation infos?
Beta Was this translation helpful? Give feedback.
All reactions