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: ...@@ -5,7 +5,7 @@ stages:
.test: &test .test: &test
stage: test stage: test
tags: [docker] 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: variables:
COMPOSER_CACHE_DIR: "${CI_PROJECT_DIR}/.composer-cache" COMPOSER_CACHE_DIR: "${CI_PROJECT_DIR}/.composer-cache"
before_script: before_script:
...@@ -23,9 +23,6 @@ stages: ...@@ -23,9 +23,6 @@ stages:
"7.1": "7.1":
<<: *test <<: *test
"7.2":
<<: *test
"7.3": "7.3":
<<: *test <<: *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