Update .gitlab-ci.yml
This commit is contained in:
parent
f54213b173
commit
d5d8ed8f66
|
@ -23,19 +23,19 @@ variables:
|
||||||
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
||||||
test:7.3:
|
test:7.3:
|
||||||
image: php:7.3
|
image: php:7.3
|
||||||
builds:
|
branches:
|
||||||
- 0.x
|
- 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
|
||||||
builds:
|
branches:
|
||||||
- 0.x
|
- 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
|
||||||
builds:
|
branches:
|
||||||
- 0.x
|
- 0.x
|
||||||
- 1.x
|
- 1.x
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue