Test against PHP 7.4 and PHP 8 snapshot.

Both versions are not finished yet, so we allow failures for them.
This commit is contained in:
Jan Böhmer 2019-09-23 13:01:37 +02:00
parent a97d016740
commit 9ee5dd9523

View file

@ -8,9 +8,17 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4snapshot'
- 'nightly'
install:
- composer install
script:
- php bin/phpunit
matrix:
fast_finish: true
allow_failures:
- php: 7.4snapshot
- php: nightly