Skip to content

Commit

Permalink
Run tests with php 7.2 to ensure compatibility (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard committed Nov 24, 2017
1 parent 1042aa8 commit e7bccab
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 21 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
- PATH=$PATH:vendor/bin
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"phpunit/phpunit": "~5.6",
"goetas-webservices/xsd2php":"^0.2",
"symfony/console": "v3.2.9",
"friendsofphp/php-cs-fixer": "^2.5"
"friendsofphp/php-cs-fixer": "v2.8.2"
},
"license": "MIT",
"authors": [
Expand Down
151 changes: 131 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7bccab

Please sign in to comment.