-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
PHP 8.2 Support #728
PHP 8.2 Support #728
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.
Please take a look at the Github workflows and add 8.2 to continues integration and change coding standards and static analysis from 8.1 to 8.2.
We will have to wait until doctrine/DoctrineModule#796 is merged to get green on 8.2 |
@driehle I upgraded DoctrineModule, based on the conversation on doctrine/DoctrineModule#798 |
I think before we step deeper into the static analysis issues, it would make sense to provide a PR doing the same as in doctrine/DoctrineModule#792. Then, we can rebase this PR and solve the remaining issues. |
@rogervila Could you please rebase on latest 5.3.x? |
9046e39
to
9315662
Compare
Hi,
This PR needs https://github.com/doctrine/DoctrineModule to release a 5.3.x version to support PHP 8.2