From 0ccda4ca4122936f0ed0b2f215c165489d3f00ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Mon, 24 Aug 2020 15:37:41 +0200 Subject: [PATCH] Utilise ci-config 3.0.0. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 973f5de..10417af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ include: - project: pole-is/tools/ci-config - ref: "2.1.0" - file: /php-multiversions-ci.yml + ref: "3.0.0" + file: /php/multiversions.yml - project: pole-is/tools/ci-config - ref: "2.1.0" - file: /packagist-ci.yml + ref: "3.0.0" + file: /php/packagist.yml -- GitLab