Test with PHP 7.1
This commit is contained in:
parent
b8d4768b1b
commit
1118631c58
@ -18,4 +18,9 @@ variables:
|
||||
test:7:
|
||||
image: php:7
|
||||
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