File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.2, 8.3, 8.4]
17
- laravel : ['^10.0', '^11.0']
17
+ laravel : ['^10.0', '^11.0', '^12.0' ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
20
20
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0 " ,
20
- "illuminate/contracts" : " ^10.0|^11.0" ,
21
- "illuminate/support" : " ^10.0|^11.0" ,
22
- "illuminate/http" : " ^10.0|^11.0" ,
19
+ "php" : " ^8.2 " ,
20
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
21
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
22
+ "illuminate/http" : " ^10.0|^11.0|^12.0 " ,
23
23
"symfony/process" : " ^6.2|^7.0"
24
24
},
25
25
"require-dev" : {
26
26
"brianium/paratest" : " ^7.0" ,
27
27
"nunomaduro/collision" : " ^7.0|^8.0" ,
28
- "orchestra/testbench" : " ^8.0|^9.0" ,
28
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
29
29
"phpunit/phpunit" : " ^10.5|^11.0" ,
30
30
"larastan/larastan" : " ^2.9||^3.0" ,
31
31
"phpstan/phpstan-deprecation-rules" : " ^1.1||^2.0" ,
You can’t perform that action at this time.
0 commit comments