Skip to content

Commit

Permalink
Test on PHP 7 using PHPUnit 5 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Nov 6, 2019
1 parent 96df019 commit 2ba2586
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ matrix:
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic

before_script: travis_retry composer install

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
"phpunit/phpunit": "^4.7|^5.0"
},
"autoload": {
"psr-0": { "PhpOption\\": "src/" }
Expand Down

0 comments on commit 2ba2586

Please sign in to comment.