diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf044ef..de3e369 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test:7: - sh build/docker_install.sh > /dev/null - apk add --no-cache php7-phpdbg - curl -sS https://getcomposer.org/installer | php - - php composer.phar update + - php composer.phar update --ignore-platform-reqs - php composer.phar install --ignore-platform-reqs image: php:7-alpine script: @@ -21,7 +21,7 @@ test:7.1: - sh build/docker_install.sh > /dev/null - apk add --no-cache php7.1-phpdbg - curl -sS https://getcomposer.org/installer | php - - php composer.phar update + - php composer.phar update --ignore-platform-reqs - php composer.phar install --ignore-platform-reqs image: php:7.1-alpine script: