[stable10] Execute unit tests with postgres:10.3 as well#34789
Closed
phil-davis wants to merge 1 commit into
Closed
[stable10] Execute unit tests with postgres:10.3 as well#34789phil-davis wants to merge 1 commit into
phil-davis wants to merge 1 commit into
Conversation
9 tasks
4a2a89e to
6cf73b7
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #34789 +/- ##
===============================================
- Coverage 64.2% 45.04% -19.16%
===============================================
Files 1278 116 -1162
Lines 76246 11476 -64770
Branches 1291 1291
===============================================
- Hits 48950 5169 -43781
+ Misses 26917 5928 -20989
Partials 379 379
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #34789 +/- ##
===============================================
- Coverage 64.2% 45.04% -19.16%
===============================================
Files 1278 116 -1162
Lines 76246 11476 -64770
Branches 1291 1291
===============================================
- Hits 48950 5169 -43781
+ Misses 26917 5928 -20989
Partials 379 379
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #31330
(see if this works in
stable10these days)Edit:
No, not working yet. Because of PHP 7.0 support in
stable10we cannot get todoctrine/dbal2.8We have only got to
doctrine/dbal2.5.3So postgres:10.3 has to wait a bit longer.