diff --git a/.travis.yml b/.travis.yml index 88bd352..38c5de9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 before_script: - curl -s http://getcomposer.org/installer | php @@ -12,4 +13,4 @@ before_script: script: - ./vendor/bin/phpunit - ./vendor/bin/phpcs --standard=phpcs.xml src - - ./vendor/bin/phpstan --level=0 --no-progress analyse src \ No newline at end of file + - ./vendor/bin/phpstan --level=0 --no-progress analyse src