From 28298a44ebd6b9643b2e7369e4f6b47ad5f09f86 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 6 May 2020 12:53:30 +0200 Subject: [PATCH] Run tests on PHP 7.4 and simplify test matrix --- .travis.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8ed5b3..dc3b5a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,5 @@ language: php -php: -# - 5.3 # requires old distro, see below - - 5.4 - - 5.5 - - 5.6 - - 7.0 - - 7.1 - - 7.2 - - 7.3 - # lock distro so future defaults will not break the build dist: trusty @@ -17,6 +7,14 @@ matrix: include: - php: 5.3 dist: precise + - php: 5.4 + - php: 5.5 + - php: 5.6 + - php: 7.0 + - php: 7.1 + - php: 7.2 + - php: 7.3 + - php: 7.4 install: - composer install --no-interaction