Commit 28f3a05 1 parent f248970 commit 28f3a05 Copy full SHA for 28f3a05
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,19 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.2, 8.1]
17
- laravel : [10.*]
16
+ php : [8.3, 8. 2, 8.1]
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.63
23
+ - laravel : 11.*
24
+ testbench : 9.*
25
+ carbon : ^3.0
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 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.1" ,
19
+ "php" : " ^8.1|^8.2|^8.3 " ,
20
20
"spatie/laravel-package-tools" : " ^1.14.0" ,
21
- "illuminate/contracts" : " ^10.0" ,
21
+ "illuminate/contracts" : " ^10.0|^11.0 " ,
22
22
"laravel/pulse" : " ^1.0@beta"
23
23
},
24
24
"require-dev" : {
25
25
"laravel/pint" : " ^1.0" ,
26
- "nunomaduro/collision" : " ^7.8" ,
27
- "orchestra/testbench" : " ^8.8" ,
26
+ "nunomaduro/collision" : " ^7.8|^8.0 " ,
27
+ "orchestra/testbench" : " ^8.8|^9.0 " ,
28
28
"pestphp/pest" : " ^2.20" ,
29
29
"pestphp/pest-plugin-arch" : " ^2.0" ,
30
30
"pestphp/pest-plugin-laravel" : " ^2.0"
You can’t perform that action at this time.
0 commit comments