Test with PHP 7.1
This commit is contained in:
parent
b8d4768b1b
commit
1118631c58
@ -19,3 +19,8 @@ test:7:
|
|||||||
image: php:7
|
image: php:7
|
||||||
script:
|
script:
|
||||||
- phpunit -c build --no-coverage
|
- phpunit -c build --no-coverage
|
||||||
|
|
||||||
|
test:7.1:
|
||||||
|
image: php:7.1
|
||||||
|
script:
|
||||||
|
- phpunit -c build --no-coverage
|
Loading…
Reference in New Issue
Block a user