From 3f22e5f4061cade42b93cecc6038878b1f76ac73 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 2 Apr 2024 16:31:53 +0200 Subject: [PATCH] Playing with Drupal 11 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aac5ce..5dac597 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,8 @@ variables: SKIP_PHPSTAN: 1 SKIP_CSPELL: 1 SKIP_PHPUNIT: 1 + PHP_VERSION: '8.3' + _TARGET_PHP: $CORE_PHP_MAX TestTask: stage: test -- GitLab