From 903351bfc637367c263ec68a37b19ebca65b5d01 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Mon, 25 Jan 2021 20:45:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6850bb..abb8690 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,11 +22,14 @@ before_script: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test:7.4: - + tags: + - default image: php:7.4 script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never test:8.0: + tags: + - default image: php:8.0 script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never