Update .gitlab-ci.yml

This commit is contained in:
R. Eric Wheeler 2021-01-21 19:36:11 +00:00
parent d2700af9e6
commit 5178a762fe
1 changed files with 3 additions and 8 deletions

View File

@ -25,23 +25,18 @@ test:7.3:
image: php:7.3
only:
branches:
- 0.x
- 0.x@sikofitt/generate-mac
script:
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
test:7.4:
image: php:7.4
only:
branches:
- 0.x
- 0.x@sikofitt/generate-mac
script:
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
test:8.0:
image: php:8.0
only:
branches:
- 0.x
- 1.x
- master
- branches
script:
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never