diff --git a/.travis.yml b/.travis.yml index 2c39654c..a09940cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ -dist: trusty +dist: focal language: php php: - - 8.0 - 8.1 + - 8.0 - 7.4 - - 7.3 - - 7.2 before_script: - composer update - composer install --prefer-dist --no-interaction