From 3fdca8793df23980611c93d2882d7e925d4b8066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kone=C4=8Dn=C3=BD?= Date: Sun, 22 Dec 2024 19:09:02 +0100 Subject: [PATCH] use PHP 8.3 to build GitLab pages on 8.4 it is not possible to install dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86d765e..b3a5938 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ build:php8.4: pages: stage: deploy - image: nexendrie/php + image: nexendrie/php:8.3 environment: name: pages url: https://nexendrie.gitlab.io/docker-php