From fb411e2b719fee9577fbfd2dad88d102c4ca8b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 12:22:21 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20utilise=20la=20derni=C3=A8re=20version=20?= =?UTF-8?q?de=20ci-config.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f06c0c..49a5ba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - project: pole-is/tools/ci-config - ref: "4.0.2" + ref: "6.0.2" file: /php/packagist.yml test: @@ -14,7 +14,7 @@ test: - "7.1" - "7.3" - "7.4" - - "8.0-rc" + - "8.0" image: php:${PHP_VERSION}-cli rules: - if: $PHP_VERSION == "8.0-rc" -- GitLab