-
Notifications
You must be signed in to change notification settings - Fork 103
Test all jobs on PHP 8.1 #241
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
4f3c89a
to
52c22a1
Compare
@ondrejmirtes This is ready. Had to conflict with older version of |
While testing this in #238 I think we can better handle this differently. Will update this PR. |
4218971
to
40576ea
Compare
@ondrejmirtes Ok, I think this is better. Only 1 problem left, on PHP 7.1 an older version of - "message": "Parameter #1 $className of method Doctrine\\Persistence\\ObjectManager::getRepository() expects class-string<nonexistentClass>, string given.",\n
+ "message": "Parameter #1 $className of method Doctrine\\ORM\\EntityManagerInterface::getRepository() expects class-string<nonexistentClass>, string given.", Does the |
6a60aa0
to
a5d23a1
Compare
It's finally green. What a hassle. Hope you agree with the changes :) |
@ondrejmirtes can this be merged? |
Needed for Composer 2.2.0 (found with 2.2.0-RC1)
Thank you! |
No description provided.