Commit 5075e466 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige la config de Gitlab-CI.

No related merge requests found
Pipeline #16911 passed with stages
in 1 minute and 7 seconds
Showing with 3 additions and 2 deletions
+3 -2
...@@ -6,7 +6,8 @@ include: ...@@ -6,7 +6,8 @@ include:
test: test:
tags: [docker] tags: [docker]
parallel: parallel:
- COMPOSER_MAJOR: "1" matrix:
- COMPOSER_MAJOR: "2" - COMPOSER_MAJOR: "1"
- COMPOSER_MAJOR: "2"
image: composer:${COMPOSER_MAJOR} image: composer:${COMPOSER_MAJOR}
script: composer install --ignore-platform-reqs script: composer install --ignore-platform-reqs
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