File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ matrix:
7
7
env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
8
8
- php : 7.2
9
9
env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
10
+ - php : 7.3
11
+ env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
10
12
- php : 7.3
11
13
env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
12
14
- php : 7.3
13
15
env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
16
+ - php : 7.4
17
+ env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
14
18
- php : 7.4
15
19
env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
16
20
- php : 7.4
Original file line number Diff line number Diff line change 25
25
"php" : " ^7.2"
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^4.0|^5.0" ,
28
+ "orchestra/testbench" : " ^4.0|^5.0|^6.0 " ,
29
29
"phpunit/phpunit" : " ^8.0|^9.0" ,
30
30
"spatie/laravel-translatable" : " ^4.2"
31
31
},
You can’t perform that action at this time.
0 commit comments