Skip to content

Commit

Permalink
Add travis tests for Laravel 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoKouzelis committed Nov 5, 2020
1 parent b8aac68 commit 93b8ce1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ matrix:
env: LARAVEL='5.8.*' TESTBENCH='3.8.*'
- php: 7.2
env: LARAVEL='6.*' TESTBENCH='4.*'
- php: 7.2
env: LARAVEL='7.*' TESTBENCH='5.*'
- php: 7.3
env: LARAVEL='5.5.*' TESTBENCH='3.5.*'
- php: 7.3
Expand All @@ -40,6 +42,24 @@ matrix:
env: LARAVEL='5.8.*' TESTBENCH='3.8.*'
- php: 7.3
env: LARAVEL='6.*' TESTBENCH='4.*'
- php: 7.3
env: LARAVEL='7.*' TESTBENCH='5.*'
- php: 7.3
env: LARAVEL='8.*' TESTBENCH='8.*'
- php: 7.4
env: LARAVEL='5.5.*' TESTBENCH='3.5.*'
- php: 7.4
env: LARAVEL='5.6.*' TESTBENCH='3.6.*'
- php: 7.4
env: LARAVEL='5.7.*' TESTBENCH='3.7.*'
- php: 7.4
env: LARAVEL='5.8.*' TESTBENCH='3.8.*'
- php: 7.4
env: LARAVEL='6.*' TESTBENCH='4.*'
- php: 7.4
env: LARAVEL='7.*' TESTBENCH='5.*'
- php: 7.4
env: LARAVEL='8.*' TESTBENCH='8.*'
fast_finish: true

before_script:
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 @@
},
"require-dev": {
"psr/log": "^1.0",
"orchestra/testbench": "^4.0"
"orchestra/testbench": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 93b8ce1

Please sign in to comment.