From 3950690f34123c905eff4980db1327b755e6477a Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Mon, 25 Jan 2021 20:46:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abb8690..340bd73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,3 @@ -only: - - master -tags: - - default # Select what we should cache between builds cache: paths: @@ -22,12 +18,16 @@ before_script: # Run our tests # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test:7.4: + only: + - master tags: - default image: php:7.4 script: - vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never test:8.0: + only: + - master tags: - default image: php:8.0