From c71058610e02baee288c8df3e13385510834c146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 20 Jun 2017 18:14:32 +0200 Subject: [PATCH] add php 7.1 to tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b903aa03..3c65d115e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ test:php-7: image: chill/ci-image:php-7 script: vendor/bin/phpunit -test:php-7: +test:php-7.1: stage: test <<: *test_definition image: chill/ci-image:php-7.1