From 1118631c58f06d6389e5dea08d9f80079ee0b090 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 21 Feb 2017 13:06:39 -0500 Subject: [PATCH] Test with PHP 7.1 --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b349ed0..84438a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,9 @@ variables: test:7: image: php:7 script: - - phpunit -c build --no-coverage \ No newline at end of file + - phpunit -c build --no-coverage + +test:7.1: + image: php:7.1 + script: + - phpunit -c build --no-coverage \ No newline at end of file