From 4f01149ec8bd7b3f5a4c66a458e5a0a54c7d29a9 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Wed, 14 Feb 2024 15:42:13 +0000 Subject: [PATCH] Revert "Issue #3420974 by andypost, quietone: Add testing wtih Maria DB 10.6" This reverts commit db6815529f3319789b7856204b82ec037b70b682. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13b73b55d83d..28eee5b3320c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,12 +210,6 @@ 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