- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support PHP 8 #102
Support PHP 8 #102
Conversation
vincentchalamon
commented
Oct 27, 2020
•
edited
Loading
edited
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
- Fix deprecations
- Use symfony/phpunit-bridge
- Update CI configuration
- Revamp features app
- Support PHP 8
- Test with Symfony 5.1
Codecov Report
@@ Coverage Diff @@
## v5 #102 +/- ##
============================================
- Coverage 77.93% 77.58% -0.35%
- Complexity 233 237 +4
============================================
Files 36 36
Lines 997 1004 +7
============================================
+ Hits 777 779 +2
- Misses 220 225 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
ad7fe58
to
b2b4ca7
Compare
b2b4ca7
to
c1d8d04
Compare
ba93d05
to
6beafef
Compare
6beafef
to
be65c76
Compare
ca219f4
to
ad09dc5
Compare
ad09dc5
to
ff6268c
Compare
ff6268c
to
a30ba59
Compare
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.
LGTM, just 1 adjustment that might be irrelevant and 1 slight improvement, but really related to the PR.
Co-authored-by: Grégoire Hébert <gregoire@les-tilleuls.coop>
Thank you @vincentchalamon :D |