-
Notifications
You must be signed in to change notification settings - Fork 130
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
Test with PHP8.0 #513
Test with PHP8.0 #513
Conversation
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
============================================
- Coverage 98.69% 98.67% -0.02%
- Complexity 1757 1776 +19
============================================
Files 66 66
Lines 4279 4304 +25
============================================
+ Hits 4223 4247 +24
- Misses 56 57 +1
Continue to review full report at Codecov.
|
Needs a fix in |
d37b970
to
14e8acc
Compare
I restarted CI and now https://travis-ci.org/github/sabre-io/vobject/jobs/732473826 It finds the new |
14e8acc
to
ad7ed41
Compare
.travis.yml
for selecting to run php-cs-fixer, phpunit and phpstancomposer.json
(because php-cs-fixer does not yet support PHP 8.0, so composer cannot sort out dependencies if we have PHP 8.0 and php-cs-fixer 2.* together)