Skip to content

Commit

Permalink
Remove test support for EOL PHP Versions (5.3, 5.4, 5.5, 5.6, 7.0), A…
Browse files Browse the repository at this point in the history
…dd support for 7.2, 7.3.
  • Loading branch information
jbwyme committed Jul 8, 2019
1 parent a2c9ee1 commit bc289b1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ sudo: false
dist: trusty

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1

matrix:
include:
- php: 5.3
dist: precise
sudo: true
- 7.2
- 7.3

install:
- travis_retry composer self-update
Expand Down

0 comments on commit bc289b1

Please sign in to comment.