-
-
Notifications
You must be signed in to change notification settings - Fork 424
Run tests on PHP 8.1 #1012
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
Run tests on PHP 8.1 #1012
Conversation
Oh well, Laminas Code apparently hasn't tagged a stable release for PHP 8.1 yet. Is there a way we can allow installing a dev version of |
Hmm, maybe not easily. It gets installed when we run |
Would the good old |
Haha, well, that SORT of worked. I mean, it did work, but the tests exploded... for several reasons. One is a super odd |
This "should" now be "healthy". Not yet passing, but most (if not all) of the issues are legitimate (the 2 I know of already have PR's and just need a Symfony 5.3 release and DoctrineBundle merge + release). |
The output is already pretty insightful, thanks. 🙂
|
I've just rebased so we can see what the tests think after #1016 :) |
Thank you @derrabus! |
No description provided.