Fix .gitlab-ci.yml file
This commit is contained in:
parent
08e20d2e7a
commit
347a1b9456
|
@ -34,7 +34,7 @@ test:8.0:
|
||||||
image: php:8.0
|
image: php:8.0
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
||||||
test:8.1
|
test:8.1:
|
||||||
only:
|
only:
|
||||||
- 1.x
|
- 1.x
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue