From d47a4fbdbb12e53de48e4b91b951f6ecd6f5eef8 Mon Sep 17 00:00:00 2001 From: Thibault Debatty <t.debatty@cylab.be> Date: Sun, 6 Aug 2023 18:18:23 +0200 Subject: [PATCH] test with php 7.4 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b506e11..c1e780a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,10 @@ cache: paths: - composer-cache/ -# Test with PHP7.2 -test:php72: +# Test with PHP7.4 +test:php74: stage: test - image: cylab/php72 + image: cylab/php74 before_script: # Install all project dependencies - COMPOSER_CACHE_DIR=./composer-cache composer install -- GitLab