Don't test against PHP 8.0 (#6)
* try upgrade phpunit * Don't test against PHP * * Don't upgrade phpunit actually * Test against PHP 7.3
This commit is contained in:
parent
dfad472756
commit
ae1f632ebe
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ php:
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- nightly
|
- 7.2
|
||||||
|
- 7.3
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
@ -12,4 +13,4 @@ before_install:
|
||||||
before_script:
|
before_script:
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script: ./vendor/bin/phpunit --configuration phpunit.xml
|
script: ./vendor/bin/phpunit --configuration phpunit.xml
|
||||||
|
|
Loading…
Reference in a new issue