File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,18 @@ jobs:
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
16
php : [8.3, 8.2, 8.1]
17
- laravel : [10.*]
17
+ laravel : [10.*, 11.* ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
20
- laravel : 10.*
21
21
testbench : 8.*
22
22
carbon : ^2.67
23
+ - laravel : 11.*
24
+ testbench : 9.*
25
+ carbon : ^2.72.2
26
+ exclude :
27
+ - Laravel : 11.*
28
+ php : 8.1
23
29
24
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
31
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^8.1" ,
23
- "illuminate/contracts" : " ^10.10"
22
+ "php" : " ^8.1|^8.2|^8.3 " ,
23
+ "illuminate/contracts" : " ^10.10|^11.0 "
24
24
},
25
25
"require-dev" : {
26
26
"laravel/pint" : " ^1.0" ,
27
- "nunomaduro/collision" : " ^7.9" ,
28
- "orchestra/testbench" : " ^8.0" ,
27
+ "nunomaduro/collision" : " ^7.9|^8.0 " ,
28
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
29
29
"pestphp/pest" : " ^2.0" ,
30
30
"pestphp/pest-plugin-arch" : " ^2.0" ,
31
31
"pestphp/pest-plugin-laravel" : " ^2.2"
You can’t perform that action at this time.
0 commit comments