From 3dab5b06dc1639f512d059f00fd797beb9a5ff1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Faugeron?= Date: Wed, 4 Dec 2019 09:01:31 +0000 Subject: [PATCH] Removed duplicate PHP 5.5 and 5.4 entries from travis.yml As suggested by @derrabus, PHP 5.5 and 5.4 are also added through the matrix, so they're unnecessary in the php version list. Co-Authored-By: Alexander M. Turek --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8edaa48..939b7ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - SYMFONY_PHPUNIT_REMOVE='' # don't remove prophecy - SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 -php: [7.2, 7.1, 7.0, 5.6, 5.5, 5.4] +php: [7.2, 7.1, 7.0, 5.6] matrix: include: