Update CI tools to exclude old PHP versions
This commit is contained in:
parent
27f66cfea3
commit
bc0452aa2f
@ -8,15 +8,6 @@ cache:
|
|||||||
services:
|
services:
|
||||||
- redis:latest
|
- redis:latest
|
||||||
|
|
||||||
test:5.6:
|
|
||||||
before_script:
|
|
||||||
- bash build/docker_install.sh > /dev/null
|
|
||||||
- curl -sS https://getcomposer.org/installer | php
|
|
||||||
- php composer.phar install --no-dev
|
|
||||||
image: php:5.6
|
|
||||||
script:
|
|
||||||
- phpunit -c build
|
|
||||||
|
|
||||||
test:7:
|
test:7:
|
||||||
before_script:
|
before_script:
|
||||||
- bash build/docker_install.sh > /dev/null
|
- bash build/docker_install.sh > /dev/null
|
||||||
|
@ -4,8 +4,6 @@ install:
|
|||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.5
|
|
||||||
- 5.6
|
|
||||||
- 7
|
- 7
|
||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
@ -22,7 +20,6 @@ after_script:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.5
|
|
||||||
- php: nightly
|
- php: nightly
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user