Dont test with PHP 8.0, PHPunit does not support this version and test timeouts.

This commit is contained in:
Jan Böhmer 2019-10-20 19:36:39 +02:00
parent c61269db19
commit b7124d53b2

View file

@ -12,7 +12,7 @@ php:
- '7.2'
- '7.3'
- '7.4snapshot'
- 'nightly'
# - 'nightly'
install:
- composer install
@ -31,4 +31,4 @@ matrix:
fast_finish: true
allow_failures:
- php: 7.4snapshot
- php: nightly
# - php: nightly