Version 5.1 - All the GraphQL #32
@ -5,7 +5,7 @@ test:7:
|
|||||||
- apk add --no-cache php7-phpdbg
|
- apk add --no-cache php7-phpdbg
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --ignore-platform-reqs
|
- php composer.phar install --ignore-platform-reqs
|
||||||
image: php:7-alpine
|
image: php:7.0-cli-alpine
|
||||||
script:
|
script:
|
||||||
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
|
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ test:7.1:
|
|||||||
- apk add --no-cache php7-phpdbg
|
- apk add --no-cache php7-phpdbg
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
- curl -sS https://getcomposer.org/installer | php
|
||||||
- php composer.phar install --ignore-platform-reqs
|
- php composer.phar install --ignore-platform-reqs
|
||||||
image: php:7.1-alpine
|
image: php:7.1-cli-alpine
|
||||||
script:
|
script:
|
||||||
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
|
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
|
||||||
|
Loading…
Reference in New Issue
Block a user