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:
Nic Appleby 2019-02-11 15:19:22 +02:00 committed by GitHub
parent dfad472756
commit ae1f632ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@ php:
- 5.6
- 7.0
- 7.1
- nightly
- 7.2
- 7.3
before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini