dist: bionic language: php php: - 7.1 - 7.2 - 7.3 - 7.4 env: matrix: - LARAVEL=^6.0 - LARAVEL=^7.0 matrix: fast_finish: true exclude: - php: 7.1 env: LARAVEL=^6.0 - php: 7.1 env: LARAVEL=^7.0 allow_failures: - env: LARAVEL=^7.0 before_install: - phpenv config-rm xdebug.ini || true install: - travis_retry composer require "illuminate/contracts=${LARAVEL}" --prefer-dist --no-interaction --no-suggest script: - vendor/bin/phpunit --verbose