Skip to content

Commit

Permalink
Merge pull request #67 from prooph/php72
Browse files Browse the repository at this point in the history
test php 7.2
  • Loading branch information
prolic committed Dec 4, 2017
2 parents e3f4c96 + a207007 commit 6eb1f6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ matrix:
- php: 7.1
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"
- php: 7.2
env:
- DEPENDENCIES=""
- php: 7.2
env:
- DEPENDENCIES="--prefer-lowest --prefer-stable"


cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"prooph/php-cs-fixer-config": "^0.1.1",
"prooph/php-cs-fixer-config": "^0.2",
"satooshi/php-coveralls": "^1.0",
"prooph/bookdown-template": "^0.2.3",
"malukenho/docheader": "^0.1.4"
Expand Down

0 comments on commit 6eb1f6a

Please sign in to comment.