-
-
Notifications
You must be signed in to change notification settings - Fork 469
Allow Symfony 8 #2069
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: 2.17.x
Are you sure you want to change the base?
Allow Symfony 8 #2069
Conversation
If we allow
|
Yeah it fails due to
and
It might be ok to update those signatures to add the native |
@dmaicher The See: ajgarlag#2 |
Hm interesting. I tried it locally and I did not have any other error though 🤔 |
This will allow to run the test suite against Symfony 8. Once it's merged, I'll open a new PR to revert this one that should be merged before releasing a new minor version. See doctrine/orm#12110
Fix #1910