diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28eee5b3320cc156566c4e4490316a596fce3356..13b73b55d83dd8c593d155726a3248f3f0fe1f24 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: