Fix .gitlab-ci.yml file

This commit is contained in:
R. Eric Wheeler 2022-05-17 18:03:20 +00:00
parent 08e20d2e7a
commit 347a1b9456
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ test:8.0:
image: php:8.0
script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
test:8.1
test:8.1:
only:
- 1.x
tags: