From 75040b29142446f9cc8c8103469ade419438efe9 Mon Sep 17 00:00:00 2001
From: Jibran Ijaz <jibran.ijaz@gmail.com>
Date: Thu, 6 Jul 2023 01:43:20 +1000
Subject: [PATCH] Issue #3372618: Drop testing support for 10.0.x and add
 testing support for 11.x

---
 .gitlab-ci.yml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 061f124..d96fff5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,10 +8,6 @@ deploystacks:
     strategy: depend
   parallel:
     matrix:
-      - DRUPAL_CORE_CONSTRAINT: ["9.4", "9.5"]
-        PHP_VERSION: ["8.0", "8.1"]
-        MYSQL_VERSION: ["8"]
-      # Drupal 10 requires PHP 8.1
-      - DRUPAL_CORE_CONSTRAINT: ["10.0", "10.1"]
-        PHP_VERSION: ["8.1"]
+      - DRUPAL_CORE_CONSTRAINT: ["10.1", "11"]
+        PHP_VERSION: ["8.1", "8.2"]
         MYSQL_VERSION: ["8"]
-- 
GitLab