diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83a9d555a..651b9361f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,15 +16,17 @@ stages: - build-doc - deploy-doc -test:php-5.6: - stage: test - <<: *test_definition - script: php vendor/bin/phpunit - allow_failure: true test:php-7: stage: test + image: chill/ci-image:php-7 <<: *test_definition script: php vendor/bin/phpunit +test:php-7.1: + stage: test + image: chill/ci-image:php-7.1 + <<: *test_definition + script: php vendor/bin/phpunit + deploy-packagist: