Skip to content
Snippets Groups Projects
Commit 81284833 authored by lucha's avatar lucha
Browse files

Update .gitlab-ci.yml: use Composer 1.10.1 since I have not tested the v2 yet.

parent 23492793
Branches
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ stages:
test:
stage: test
image: composer:latest
image: composer:1.10.1
script:
- composer install --prefer-dist --no-ansi --no-progress --no-suggest --no-interaction
- composer install --prefer-dist --no-ansi --no-progress --no-interaction
cache:
paths:
- vendor/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment