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

Laisse tomber les versions "--prefer-lowest".

Les packages ne sont pas assez testés dans ce cas de figure. Du coup,
ils n'ont pas de contraintes assez précises pour que ça fonctionne.
No related merge requests found
Pipeline #16932 passed with stages
in 1 minute and 45 seconds
Showing with 2 additions and 5 deletions
+2 -5
......@@ -10,9 +10,6 @@ test:
- COMPOSER_MAJOR:
- "1"
- "2"
COMPOSER_OPTS:
- ""
- "--prefer-lowest --prefer-stable"
PHP_VERSION:
- "7.1"
- "7.3"
......@@ -38,7 +35,7 @@ test:
- php /tmp/composer -V
script:
- |
echo -e "section_start:`date +%s`:composer[collapsed=true]\r\e[0Kcomposer update ${COMPOSER_OPTS}"
php /tmp/composer update -n --no-progress ${COMPOSER_OPTS}
echo -e "section_start:`date +%s`:composer[collapsed=true]\r\e[0Kcomposer update"
php /tmp/composer update -n --no-progress
echo -en "section_end:`date +%s`:composer\r\e[0K"
- php /tmp/composer 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