From 19e30d90c5bc5d3f3058b6f1914df8f683edfbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Apr 2018 14:21:11 +0200 Subject: [PATCH] restrict test to php 7.2 --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aae7e4183..eaa439de9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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