From d5d8ed8f6625bc99c3fa2253c0b3d8a71a1f43b0 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Thu, 21 Jan 2021 19:31:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 382c254..55b52cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,19 +23,19 @@ variables: # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test:7.3: image: php:7.3 - builds: + branches: - 0.x script: - vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never test:7.4: image: php:7.4 - builds: + branches: - 0.x script: - vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never test:8.0: image: php:8.0 - builds: + branches: - 0.x - 1.x - master