From 8c6313c6876db6dd903a3548fe4184d6f546902d Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 17 Sep 2024 12:18:08 -0400 Subject: [PATCH] Update PHP version in GitLab CI configuration. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 588c36c..9657585 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: php:8.1 +image: php:8.3 before_script: # Install some stuff that the image doesn't come with