File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,16 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest]
16
16
php : [8.3, 8.4]
17
- laravel : [^11.0]
17
+ laravel : [^11.0, ^12.0 ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : ^11.0
21
21
testbench : ^9.0
22
+ - laravel : ^12.0
23
+ testbench : ^10.0
22
24
exclude :
23
25
- php : 8.4
26
+ laravel : ^11.0
24
27
stability : prefer-lowest
25
28
26
29
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.3" ,
20
- "illuminate/contracts" : " ^11.0" ,
21
- "illuminate/database" : " ^11.0"
20
+ "illuminate/contracts" : " ^11.0|^12.0 " ,
21
+ "illuminate/database" : " ^11.0|^12.0 "
22
22
},
23
23
"require-dev" : {
24
24
"friendsofphp/php-cs-fixer" : " ^3.7" ,
25
25
"nunomaduro/collision" : " ^8.0" ,
26
26
"larastan/larastan" : " ^3.0" ,
27
- "orchestra/testbench" : " ^9.0" ,
27
+ "orchestra/testbench" : " ^9.0|^10.0 " ,
28
28
"pestphp/pest" : " ^3.0" ,
29
29
"pestphp/pest-plugin-laravel" : " ^3" ,
30
30
"phpstan/extension-installer" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments