From d1aa4f3234905ad4b81005ac2bb101aad66b6b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Fri, 10 Jan 2020 10:56:43 +0100 Subject: [PATCH] Ne teste pas pour PHP 7.2. --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7bd48b..80c3d86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,3 @@ include: - project: pole-is/tools/ci-config ref: master file: /packagist-ci.yml - -test:7.2: - extends: .php-test - variables: - PHP_VERSION: "7.2" -- GitLab