Skip to content

Commit

Permalink
Removed duplicate PHP 5.5 and 5.4 entries from travis.yml
Browse files Browse the repository at this point in the history
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 <me@derrabus.de>
  • Loading branch information
2 people authored and Loïc Faugeron committed Dec 4, 2019
1 parent 82a43b7 commit 3dab5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3dab5b0

Please sign in to comment.