From db6815529f3319789b7856204b82ec037b70b682 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 14 Feb 2024 14:46:01 +0000 Subject: [PATCH] Issue #3420974 by andypost, quietone: Add testing wtih Maria DB 10.6 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28eee5b3320c..13b73b55d83d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,6 +210,12 @@ default: _TARGET_PHP: "8.3" _TARGET_DB: "sqlite-3" +'PHP 8.3 MariaDB 10.6': + <<: [ *default-stage, *run-on-mr ] + variables: + _TARGET_PHP: "8.3" + _TARGET_DB: "mariadb-10.6" + 'PHP 8.1 MariaDB 10.3.22': <<: [ *default-stage, *run-on-mr ] variables: -- GitLab