Skip to content

Commit

Permalink
Test against PHP 7.2 and PHP 7.1 and latest ReactPHP components
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 8, 2018
1 parent df52864 commit e68d698
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- 7.0
- 7.1
- 7.2
- hhvm # ignore errors, see below

# lock distro so new future defaults will not break the build
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-soap": "*"
},
"require-dev": {
"clue/block-react": "~0.3.0",
"clue/block-react": "^1.0",
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
}
}

0 comments on commit e68d698

Please sign in to comment.