Skip to content

Commit

Permalink
Merge pull request #36 from jbroadway/php74-travis
Browse files Browse the repository at this point in the history
Removed PHP 5.6 and added 7.4 to travis-ci config
  • Loading branch information
lux authored Dec 17, 2019
2 parents c51f41a + 41c2fbb commit 32ccdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

before_script: composer install --no-interaction --prefer-source
script:
Expand Down

0 comments on commit 32ccdc8

Please sign in to comment.