From 2660627ecfdb96964c89b2b398b8177e25b19f88 Mon Sep 17 00:00:00 2001 From: Thibault Debatty <thibault.debatty@gmail.com> Date: Tue, 26 Dec 2023 13:44:19 +0100 Subject: [PATCH] use new image cylab/php:7.4 to run tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f57fb5f..627cb02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ cache: # Test with PHP7.4 test:php74: stage: test - image: cylab/php74 + image: cylab/php:7.4 before_script: # Install all project dependencies - COMPOSER_CACHE_DIR=./composer-cache composer install -- GitLab