From a63f8c6b5ce9031ca3b7d8857bd3a3ee73ab8ee1 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 25 Feb 2024 20:36:02 +0100 Subject: [PATCH] ci: run tests with MariaDB 11.3, too MariaDB 11.3 is a recent short-term support release of MariaDB. --- .gitlab-ci.yml | 5 +++++ doc/supported-databases.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86acee5..8461f47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,6 +155,11 @@ mariadb_11_2: services: - mariadb:11.2 +mariadb_11_3: + <<: *mariadb_configuration + services: + - mariadb:11.3 + mysql_5_7: <<: *mariadb_configuration variables: diff --git a/doc/supported-databases.md b/doc/supported-databases.md index 050f9ca..63b4d1c 100644 --- a/doc/supported-databases.md +++ b/doc/supported-databases.md @@ -6,6 +6,7 @@ Server. | DBMS | Supported | Tested | | ------------- | ----------- | ------------------------ | +| MariaDB 11.3 | yes | yes | | MariaDB 11.2 | yes | yes | | MariaDB 11.1 | yes | yes | | MariaDB 11.0 | yes | yes |