-
Notifications
You must be signed in to change notification settings - Fork 95
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 9, drop PHP 7.2 support #1312
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #1312 +/- ##
============================================
+ Coverage 69.44% 70.36% +0.92%
+ Complexity 1656 1649 -7
============================================
Files 32 32
Lines 4068 3790 -278
============================================
- Hits 2825 2667 -158
+ Misses 1243 1123 -120
Continue to review full report at Codecov.
|
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.
Tested locally, works fine! :)
Reasons for creating this PR
We want to upgrade to PHPUnit 9 in order to stay up to date. It requires at minimum PHP 7.3, so this PR will also drop support for PHP 7.2.
Link to relevant issue(s), if any
Description of the changes in this PR
composer.json
and in GitHub Actions CI workflowphpunit.xml
configuration file using PHPUnit built in migration toolKnown problems or uncertainties in this PR
none so far 🤞
Checklist