File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ matrix:
11
11
env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
12
12
- php : 7.3
13
13
env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
14
+ - php : 7.3
15
+ env : LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
14
16
- php : 7.4
15
17
env : LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
16
18
- php : 7.4
@@ -19,6 +21,10 @@ matrix:
19
21
env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-lowest'
20
22
- php : 7.4
21
23
env : LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
24
+ - php : 7.4
25
+ env : LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-lowest'
26
+ - php : 7.4
27
+ env : LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
22
28
23
29
cache :
24
30
directories :
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.2" ,
20
- "illuminate/support" : " ^6.0 || ^7.0" ,
20
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 " ,
21
21
"mvdnbrk/myparcel-php-api" : " ^2.0"
22
22
},
23
23
"require-dev" : {
24
24
"nunomaduro/collision" : " ^3.0 || ^4.1" ,
25
- "orchestra/testbench" : " ^4.0 || ^5.0" ,
25
+ "orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0 " ,
26
26
"phpunit/phpunit" : " ^8.0 || ^9.0" ,
27
27
"symfony/var-dumper" : " ^4.3 || ^5.0"
28
28
},
You can’t perform that action at this time.
0 commit comments