mirror of
https://github.com/idanoo/php-resque
synced 2025-07-04 15:12:22 +00:00
Tag != Tags
This commit is contained in:
parent
4a396bdb78
commit
d76fd1a7e0
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ test:7.0:
|
||||||
- *docker_boostrap
|
- *docker_boostrap
|
||||||
script:
|
script:
|
||||||
- phpunit --configuration phpunit.xml.dist
|
- phpunit --configuration phpunit.xml.dist
|
||||||
tag:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
# Test PHP 7.2
|
# Test PHP 7.2
|
||||||
|
@ -31,7 +31,7 @@ test:7.1:
|
||||||
- *docker_boostrap
|
- *docker_boostrap
|
||||||
script:
|
script:
|
||||||
- phpunit --configuration phpunit.xml.dist
|
- phpunit --configuration phpunit.xml.dist
|
||||||
tag:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
# Test PHP 7.2
|
# Test PHP 7.2
|
||||||
|
@ -41,5 +41,5 @@ test:7.2:
|
||||||
- *docker_boostrap
|
- *docker_boostrap
|
||||||
script:
|
script:
|
||||||
- phpunit --configuration phpunit.xml.dist
|
- phpunit --configuration phpunit.xml.dist
|
||||||
tag:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue