diff --git a/.travis.yml b/.travis.yml index 76b43896..4392f51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,10 @@ cache: matrix: fast_finish: true include: - - php: 7.4 - env: SKELETON_VERSION="^3.4" - - php: 7.4 + - php: 8.0 env: SKELETON_VERSION="^4.4" - - php: 7.4 + - php: 8.0 env: SKELETON_VERSION="^5.0" - allow_failures: - - php: 7.4 - env: SKELETON_VERSION="^3.4" before_install: - phpenv config-rm xdebug.ini || true