-
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] drone mariadb 10.3 #35785
Conversation
… merged and released
Since the DBAL update, the schema wrapper is not needed any more.
Unit tests to verify implementation of mb4 detection without touching the database.
@@ -737,6 +737,13 @@ matrix: | |||
INSTALL_SERVER: true | |||
INSTALL_TESTING_APP: true | |||
|
|||
- PHP_VERSION: 7.1 |
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.
note: this is already in an earlier commit from "future drop php 7.0" - so at the moment we get these mariadb:10.3 unit tests run twice. No harm in that!
TEST_SUITE: phpunit | ||
COVERAGE: true | ||
INSTALL_SERVER: true | ||
INSTALL_TESTING_APP: true |
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.
this line should not have been deleted.
That caused the fails in https://drone.owncloud.com/owncloud/core/19318/172
It looks like this can work. See #35786 for a version with commits cherry-picked in a better order etc. |
Description
On top of #34936 [stable10] future drop php 7.0
Backport #33255 Add mariadb 10.3 + mysql 8 to Drone, remove 10.2 workarounds
And see if we get CI passing
Related Issue
Motivation and Context
How Has This Been Tested?
CI