Update .gitlab-ci.yml
This commit is contained in:
parent
42ddb61d71
commit
de1084eed1
|
@ -21,7 +21,7 @@ before_script:
|
||||||
# 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.4:
|
test:7.4:
|
||||||
only:
|
only:
|
||||||
- master
|
- 1.x-dev
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
image: php:7.4
|
image: php:7.4
|
||||||
|
@ -29,7 +29,7 @@ test:7.4:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
||||||
test:8.0:
|
test:8.0:
|
||||||
only:
|
only:
|
||||||
- master
|
- 1.x-dev
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
image: php:8.0
|
image: php:8.0
|
||||||
|
|
Loading…
Reference in New Issue