Update .gitlab-ci.yml
This commit is contained in:
parent
d5d8ed8f66
commit
d2700af9e6
|
@ -22,20 +22,24 @@ variables:
|
|||
# Run our tests
|
||||
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
||||
test:7.3:
|
||||
|
||||
image: php:7.3
|
||||
branches:
|
||||
- 0.x
|
||||
only:
|
||||
branches:
|
||||
- 0.x
|
||||
script:
|
||||
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
||||
test:7.4:
|
||||
image: php:7.4
|
||||
branches:
|
||||
- 0.x
|
||||
only:
|
||||
branches:
|
||||
- 0.x
|
||||
script:
|
||||
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
|
||||
test:8.0:
|
||||
image: php:8.0
|
||||
branches:
|
||||
only:
|
||||
branches:
|
||||
- 0.x
|
||||
- 1.x
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue