Skip to content

Commit

Permalink
Test on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 17, 2020
1 parent 2d43954 commit 9a8009b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic

install:
- travis_retry composer install --no-suggest --prefer-dist -n -o
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fzaninotto/faker" : "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0"
"phpunit/phpunit": "^4.8.36|^5.6.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9a8009b

Please sign in to comment.