Update .gitlab-ci.yml
This commit is contained in:
parent
d2700af9e6
commit
5178a762fe
|
@ -25,23 +25,18 @@ test:7.3:
|
||||||
|
|
||||||
image: php:7.3
|
image: php:7.3
|
||||||
only:
|
only:
|
||||||
branches:
|
- 0.x@sikofitt/generate-mac
|
||||||
- 0.x
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
||||||
test:7.4:
|
test:7.4:
|
||||||
image: php:7.4
|
image: php:7.4
|
||||||
only:
|
only:
|
||||||
branches:
|
- 0.x@sikofitt/generate-mac
|
||||||
- 0.x
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
||||||
test:8.0:
|
test:8.0:
|
||||||
image: php:8.0
|
image: php:8.0
|
||||||
only:
|
only:
|
||||||
branches:
|
- branches
|
||||||
- 0.x
|
|
||||||
- 1.x
|
|
||||||
- master
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
||||||
|
|
Loading…
Reference in New Issue