Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b1cae947a7 - Show all commits

View File

@ -5,7 +5,7 @@ test:7:
- apk add --no-cache php7-phpdbg
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7-alpine
image: php:7.0-cli-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
@ -16,6 +16,6 @@ test:7.1:
- apk add --no-cache php7-phpdbg
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7.1-alpine
image: php:7.1-cli-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never