-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: allow PHPUnit 11 #225
Conversation
PHPUnit 11 does not support PHP 8.1, but you still have failure there too: https://github.com/facile-it/paraunit/actions/runs/7754078301/job/21146669794?pr=225#step:6:11 I suspect the build is broken on the main branch too. |
Thanks for working on this |
Wow, incredible! After making the base build green with #227, it works flawlessly without any change! I'll add a changelog entry and release it! |
perfect, thanks |
@Jean85 that's because PHPUnit was not allowed after all. PHPUnit 11 requires Which is not allowed: |
Aw crap, my fault! I didn't check that 11 was effectively running... |
I'm on it: #228 |
Watch out, there's #229 too, and I've already posted a comment there. |
#226