diff --git a/.travis.yml b/.travis.yml index 22046ea..1878ffd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ php: - '7.2' - '7.3' - '7.4' + - '8.0' install: composer install script: ./vendor/bin/phpunit --configuration phpunit.xml.dist