From b923d3494b783b48b4f71613e38d68efdf6fbde9 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 27 Aug 2019 20:08:21 +0200 Subject: [PATCH] remove PHP 5.5 from CI matrix Dev dependencies start dropping support for PHP 5.5 now. Because the 5.2 to 5.4 are already missing in the CI matrix, we drop explicit 5.5 builds for now and rely on static compatibility checks. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b57a23a..b1359eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: php -dist: trusty php: -- '5.5' - '5.6' - '7.0' - '7.1'