File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : ['8.4', ' 8.3', '8.2' ]
13
- laravel : [^ 10.0, ^ 11.0 ]
12
+ php : [8.2, 8.3, 8.4 ]
13
+ laravel : [10.*, 11.*, 12.* ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
- exclude :
16
- - php : 8.1
17
- laravel : ^11.0
15
+ include :
16
+ - laravel : 10.*
17
+ testbench : ^8.0
18
+ - laravel : 11.*
19
+ testbench : ^9.0
20
+ - laravel : 12.*
21
+ testbench : ^10.0
18
22
19
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
20
24
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.2" ,
21
- "illuminate/database" : " ^10.0|^11.0" ,
22
- "illuminate/support" : " ^10.0|^11.0"
21
+ "illuminate/database" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/support" : " ^10.0|^11.0|^12.0 "
23
23
},
24
24
"require-dev" : {
25
25
"phpunit/phpunit" : " ^11.0" ,
You can’t perform that action at this time.
0 commit comments