Skip to content

Commit

Permalink
Merge pull request #7 from mvdnbrk/update-matrix
Browse files Browse the repository at this point in the history
Update matrix
  • Loading branch information
mvdnbrk authored Aug 24, 2019
2 parents a150709 + 79c3722 commit d4a6601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ matrix:
env: LARAVEL='5.7.*' TESTBENCH='3.7.*'
- php: 7.2
env: LARAVEL='5.8.*' TESTBENCH='3.8.*'
- php: 7.2
env: LARAVEL='6.0.*' TESTBENCH='3.9.*'
- php: 7.3
env: LARAVEL='5.5.*' TESTBENCH='3.5.*'
- php: 7.3
Expand All @@ -30,6 +32,8 @@ matrix:
env: LARAVEL='5.7.*' TESTBENCH='3.7.*'
- php: 7.3
env: LARAVEL='5.8.*' TESTBENCH='3.8.*'
- php: 7.3
env: LARAVEL='6.0.*' TESTBENCH='3.9.*'
fast_finish: true

cache:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"illuminate/validation": "5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0"
},
"require-dev": {
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 3.8.*",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.* || 3.8.* || 3.9.*",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0"
},
"config": {
Expand All @@ -51,6 +51,8 @@
"Mvdnbrk\\Gtin\\Tests\\": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"test": "vendor/bin/phpunit"
}
Expand Down

0 comments on commit d4a6601

Please sign in to comment.