From 54a009bf551b6d0cd558a91f58779b996a8fed2e Mon Sep 17 00:00:00 2001 From: Sascha Grossenbacher <5019-berdir@users.noreply.drupalcode.org> Date: Sun, 24 Mar 2024 16:29:31 +0000 Subject: [PATCH] Issue #3433230 by Berdir: Expand CI testing to next minor/major, fix tests on 10.2 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ebf6b4..9ae5d62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,8 @@ variables: REDIS_HOST: redis REDIS_INTERFACE: PhpRedis OPT_IN_TEST_PREVIOUS_MINOR: 1 + _TARGET_DB_TYPE: "mariadb" + _TARGET_DB_VERSION: "10.6" .composer-base: before_script: -- GitLab