restrict test to php 7.2

This commit is contained in:
Julien Fastré 2018-04-24 14:21:11 +02:00
parent cda62553eb
commit 19e30d90c5

View File

@ -16,14 +16,6 @@ stages:
- build-doc
- deploy-doc
test:php-7.1:
stage: test
<<: *test_definition
image: chill/ci-image:php-7.1
script: APP_ENV=test vendor/bin/phpunit
test:php-7.2:
stage: test
<<: *test_definition