mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Tag != Tags
This commit is contained in:
parent
4a396bdb78
commit
d76fd1a7e0
@ -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…
Reference in New Issue
Block a user