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