From d9d42cbf2ff8897c467771cc3b2468be6fe91763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 11 Dec 2019 16:10:07 +0100 Subject: [PATCH] Supprime les version 5.6 et 7.0 de la CI. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40347a6..73d3c05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,12 +20,6 @@ stages: paths: - "${COMPOSER_CACHE_DIR}" -"5.6": - <<: *test - -"7.0": - <<: *test - "7.1": <<: *test -- GitLab