From 97404dc382b7247f8c80e7543e7a41d0a2ea6302 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 17 Sep 2024 13:01:37 -0400 Subject: [PATCH] Bumped ci version to php8.3 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aede7f..c9dd90b 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