Skip to content

Commit

Permalink
Merge pull request #95 from carsso/travis
Browse files Browse the repository at this point in the history
Travis : Removing hhvm, PHP 5.5 and adding PHP 7.1, 7.2, 7.3
  • Loading branch information
rbeuque74 authored Jul 9, 2019
2 parents 88e67ac + 3772888 commit 45c9b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ addons:

language: php
php:
- hhvm
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 7.0

before_script:
- composer self-update
Expand Down

0 comments on commit 45c9b80

Please sign in to comment.