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:
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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments