Update .gitlab-ci.yml

This commit is contained in:
R. Eric Wheeler 2021-01-21 19:37:59 +00:00
parent ae9d13e093
commit 3d3e8dbea4
1 changed files with 7 additions and 3 deletions

View File

@ -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