Add MariaDB 10.11 (LTS) and PHP 8.2 to drone pipeline#38161
Closed
Add MariaDB 10.11 (LTS) and PHP 8.2 to drone pipeline#38161
Conversation
4 tasks
Member
|
We first need to update doctrine, the version we are running was never tested against 10.11, so there could be issues in queries that are just not covered by tests: But I'm working on that in #38556 already |
Member
Author
|
@nickvergessen FYI, i'm runing MariaDB 10.11 on a (small, 88 users) production instance (v26.0.10) since v26.0.6 without any issues. If this helps. |
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
d9567c2 to
f9320fa
Compare
Member
Author
|
As #38556 is merged are we good to go here? |
Member
|
It's part of https://github.com/nextcloud/server/pull/41003/files#diff-75f40316acc51e43abf0a9c631008bda05acfbc0c1c6024eba3583066420e5dcR59 and we are removing drone. Thanks for all the efforts anyway! |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Test against the most modern database and PHP version, that will both be present in next Debian and Ubuntu major versions.
See https://mariadb.org/mariadb-10-11-is-lts/
Checklist