1
1
Fork 1

Test with php 7.2

Dieser Commit ist enthalten in:
Timothy Warren 2017-09-12 12:38:26 -04:00
Ursprung 26aab3eef6
Commit 318c582fe9
2 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -19,3 +19,14 @@ test:7.1:
image: php:7.1-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never
test:7.2:
stage: test
before_script:
- sh build/docker_install.sh > /dev/null
- apk add --no-cache php7-phpdbg
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
image: php:7.2-alpine
script:
- phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never

Datei anzeigen

@ -6,6 +6,7 @@ install:
php:
- 7
- 7.1
- 7.2
- hhvm
- nightly