Add MariaDB 10.11.2 to CI (#101807)

This commit is contained in:
epenet 2023-10-11 13:32:11 +02:00 committed by GitHub
parent 87c82fb00f
commit 183397e201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,11 @@ env:
# - 10.6.10 is the version currently shipped with the Add-on (as of 31 Jan 2023) # - 10.6.10 is the version currently shipped with the Add-on (as of 31 Jan 2023)
# 10.10 is the latest short-term-support # 10.10 is the latest short-term-support
# - 10.10.3 is the latest (as of 6 Feb 2023) # - 10.10.3 is the latest (as of 6 Feb 2023)
# 10.11 is the latest long-term-support
# - 10.11.2 is the version currently shipped with Synology (as of 11 Oct 2023)
# mysql 8.0.32 does not always behave the same as MariaDB # mysql 8.0.32 does not always behave the same as MariaDB
# and some queries that work on MariaDB do not work on MySQL # and some queries that work on MariaDB do not work on MySQL
MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3','mysql:8.0.32']" MARIADB_VERSIONS: "['mariadb:10.3.32','mariadb:10.6.10','mariadb:10.10.3','mariadb:10.11.2','mysql:8.0.32']"
# 12 is the oldest supported version # 12 is the oldest supported version
# - 12.14 is the latest (as of 9 Feb 2023) # - 12.14 is the latest (as of 9 Feb 2023)
# 15 is the latest version # 15 is the latest version