From ef82313d4e80473791caf7f50917d03020115dce Mon Sep 17 00:00:00 2001 From: idanoo Date: Tue, 7 Feb 2023 14:34:41 +1300 Subject: [PATCH] Update --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d681cb2..fc5de3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,15 +16,15 @@ wget https://getcomposer.org/composer.phar php composer.phar install --dev +services: + - redis:7 + # Test PHP test: image: php:$PHP_VERSION - services: - - redis:$REDIS_VERSION parallel: matrix: - - PHP_VERSION: [7.4, 8.0, 8.1, 8.2] - REDIS_VERSION: [7] + - PHP_VERSION: [ "7.4", "8.0", "8.1", "8.2" ] before_script: - *docker_boostrap script: