From f2cad6c7f669bb1191284fbbc88713810554e2cd Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 2 Apr 2024 13:58:11 +0200
Subject: [PATCH] Playing with Drupal 11

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d23429..52c660e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,3 +2,6 @@ include:
   - project: 'gitlab-ci-cd/drupal'
     ref: main
     file: '/private-modules.yml'
+
+variables:
+  PHP_VERSION: '8.3'
-- 
GitLab