Commit 51629a7c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Supprime aussi la version 7.2 et passe à buster.

Showing with 1 addition and 4 deletions
+1 -4
......@@ -5,7 +5,7 @@ stages:
.test: &test
stage: test
tags: [docker]
image: gitlab-registry.irstea.fr/pole-is/docker/php:stretch-${CI_JOB_NAME}
image: gitlab-registry.irstea.fr/pole-is/docker/php:buster-${CI_JOB_NAME}
variables:
COMPOSER_CACHE_DIR: "${CI_PROJECT_DIR}/.composer-cache"
before_script:
......@@ -23,9 +23,6 @@ stages:
"7.1":
<<: *test
"7.2":
<<: *test
"7.3":
<<: *test
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment