Skip to content

Commit

Permalink
Merge pull request #11 from duxet/master
Browse files Browse the repository at this point in the history
Add support for PHP 7.2
  • Loading branch information
everzet committed Feb 12, 2018
2 parents 287ad01 + 078c169 commit 1d3584c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: php

php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, hhvm]
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, hhvm]

matrix:
include:
- php: 5.3
dist: precise

branches:
except:
Expand All @@ -12,4 +17,4 @@ before_script:
- composer install --dev --prefer-source

script:
- phpunit
- vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">5.3,<7.2"
"php": ">5.3,<7.3"
},

"require-dev": {
Expand Down

0 comments on commit 1d3584c

Please sign in to comment.