File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [7.4, 7.3, 7.2 ]
13
- laravel : [7 .*, 6 .*, 5.8 .*]
12
+ php : [7.4, 7.3]
13
+ laravel : [8 .*, 7 .*, 6 .*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 8.*
17
+ testbench : 6.*
16
18
- laravel : 7.*
17
19
testbench : 5.*
18
20
- laravel : 6.*
19
21
testbench : 4.*
20
- - laravel : 5.8.*
21
- testbench : 3.8.*
22
22
23
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
24
Original file line number Diff line number Diff line change 4
4
"type" : " library" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
7
- "php" : " ^7.2 " ,
7
+ "php" : " ^7.3 " ,
8
8
"ext-json" : " *" ,
9
- "illuminate/support" : " 5.8.*| ^6.0|^7.0"
9
+ "illuminate/support" : " ^6.0|^7.0|^8 .0"
10
10
},
11
11
"require-dev" : {
12
- "orchestra/testbench" : " ^3.8|^4 .0|^5 .0"
12
+ "orchestra/testbench" : " ^4.0|^5 .0|^6 .0"
13
13
},
14
14
"autoload" : {
15
15
"psr-4" : {
You can’t perform that action at this time.
0 commit comments