From 7e8e0f3f6f60b720bc626eafb7f461b78f22449b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:49:40 +0000 Subject: [PATCH] fix(deps): update php docker tag to v8.5.4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 180d8e8..0240034 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build build-job: - image: php:8.1.0 + image: php:8.5.4 stage: build script: - exit 0