From 5075e4665ef8ad693992ab1607af34c3c82507cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr> Date: Sun, 25 Oct 2020 07:25:42 +0100 Subject: [PATCH] Corrige la config de Gitlab-CI. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64c9c1b..623712d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,8 @@ include: test: tags: [docker] parallel: - - COMPOSER_MAJOR: "1" - - COMPOSER_MAJOR: "2" + matrix: + - COMPOSER_MAJOR: "1" + - COMPOSER_MAJOR: "2" image: composer:${COMPOSER_MAJOR} script: composer install --ignore-platform-reqs -- GitLab