Skip to content

Commit

Permalink
Phpunit version changed for php 7.0 and php 7.2 test added
Browse files Browse the repository at this point in the history
  • Loading branch information
yedincisenol committed Oct 27, 2019
1 parent cae33a0 commit 63c5296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: php
php:
- '7.0'
- '7.1'
- '7.2'
before_script: composer install
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^6.5.14"
}
}

0 comments on commit 63c5296

Please sign in to comment.