-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] future drop php 7.0 #34936
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34936 +/- ##
===============================================
- Coverage 64.24% 45.03% -19.22%
===============================================
Files 1276 116 -1160
Lines 76246 11478 -64768
Branches 1292 1292
===============================================
- Hits 48985 5169 -43816
+ Misses 26882 5930 -20952
Partials 379 379
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34936 +/- ##
==============================================
+ Coverage 64.84% 65.02% +0.18%
+ Complexity 20243 20238 -5
==============================================
Files 1299 1299
Lines 77220 77266 +46
Branches 1301 1301
==============================================
+ Hits 50070 50242 +172
+ Misses 26765 26639 -126
Partials 385 385
Continue to review full report at Codecov.
|
8e82324
to
4e03c2b
Compare
4e03c2b
to
6ede24e
Compare
6ede24e
to
53ee9a6
Compare
Note to self: when dropping PHP7.0 we can probably also go straight to |
dc75630
to
5272102
Compare
eb56f86
to
534ef90
Compare
… merged and released
534ef90
to
9caf76f
Compare
Description
This draft PR is a place to put things that are waiting to go into
stable10
but that require PHP7.1+ and so cannot be merged until PHP7.0 support can be dropped.phpunit-mock-objects
change never got into a release with dependencies for phpunit6) (3)stable10
)doctrine/dbal
version bump that comes when composer PHP 7.1 happens) (4)That stops the warning:
Related Issue
Motivation and Context
Have a place to consolidate backports that are "blocked" waiting for PHP7.0 to be dropped.
How Has This Been Tested?
CI
Types of changes
Checklist: