From 96e597e796a8c176f6fdf1d18e5251742d2fe8f7 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 29 Mar 2024 07:23:17 +0000 Subject: [PATCH] Issue #3413268 by BramDriesen, longwave, Spokje, catch, mondrake, quietone, andypost: Add PHP 8.3 requirement to Drupal 11.0.x --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9698d5bbc03..cee8b12d2d77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,7 +225,7 @@ default: 'PHP 8.3 SQLite 3': <<: [ *default-stage, *run-on-mr ] variables: - _TARGET_PHP: "8.2" + _TARGET_PHP: "8.3" _TARGET_DB: "sqlite-3" # Jobs running on commits. -- GitLab