From 8a00fbf4f928f8c81ad3fc9e0351c95a8c9fa3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 20 Jun 2017 16:29:19 +0200 Subject: [PATCH] set stricter image, remove php5.6 tests --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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: