Skip to content

Commit 764a24e

Browse files
committed
Add support for Laravel 8
1 parent 53e99d0 commit 764a24e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ matrix:
77
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
88
- php: 7.2
99
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
10+
- php: 7.3
11+
env: ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
1012
- php: 7.3
1113
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1214
- php: 7.3
1315
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
16+
- php: 7.4
17+
env: ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
1418
- php: 7.4
1519
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1620
- php: 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": "^7.2"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^4.0|^5.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2929
"phpunit/phpunit": "^8.0|^9.0",
3030
"spatie/laravel-translatable": "^4.2"
3131
},

0 commit comments

Comments
 (0)