-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix failed command in ci #2045
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
Fix failed command in ci #2045
Conversation
Smolevich
commented
Jun 3, 2020
- PHP 7.1 was deleted from ci matrix (phpunit and cedx/coveralls require php>= 7.2)
- Using action for setup php
Update action for checkout Fix command
Codecov Report
@@ Coverage Diff @@
## master #2045 +/- ##
============================================
- Coverage 87.15% 86.90% -0.25%
Complexity 672 672
============================================
Files 31 31
Lines 1541 1558 +17
============================================
+ Hits 1343 1354 +11
- Misses 198 204 +6
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.
Looks good
@jenssegers please refresh old cache for ci matrix |
@jenssegers ping 😢 |
@Smolevich will do! |
Fix failed command in ci