From 3d3e8dbea4df643219df2f41fce82cab6cee1e94 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Thu, 21 Jan 2021 19:37:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b37387..13a6d93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,7 @@ cache: paths: - vendor/ -tags: - - default + before_script: - apt-get update -yqq - apt-get install -yqq git unzip @@ -23,19 +22,24 @@ variables: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test:7.3: - + tags: + - default image: php:7.3 only: - 0.x@sikofitt/generate-mac script: - vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never test:7.4: + tags: + - default image: php:7.4 only: - 0.x@sikofitt/generate-mac script: - vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never test:8.0: + tags: + - default image: php:8.0 only: - branches