-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Upgrade to PHPUnit 10 🥳️ #3332
Upgrade to PHPUnit 10 🥳️ #3332
Conversation
TomasVotruba
commented
Feb 3, 2023
- Upgrade to PHPUnit 10
- bump to PHPUnit 10
b17eccb
to
024ff1e
Compare
1c36b2c
to
9a139d3
Compare
9a139d3
to
8b3ad0e
Compare
So we need to contribute with some rectors to modify to static and to classes renaming. Sounds feasible 😉 |
This is a great summary of the upgrade path :) |
@@ -39,7 +39,6 @@ | |||
"webmozart/assert": "^1.11" | |||
}, | |||
"require-dev": { | |||
"brianium/paratest": "^6.7", |
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.
7.0 was released yesterday and support PHPUnit 10 now 👍
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.
it already rolled back :)
Line 43 in 9ec3967
"brianium/paratest": "^7.0", |