File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,16 @@ jobs:
16
16
fail-fast : true
17
17
matrix :
18
18
os : [ubuntu-latest, windows-latest]
19
- php : [8.1, 8. 2, 8.3]
20
- laravel : ['10.*', ' 11.*', '12.*']
19
+ php : [8.2, 8.3]
20
+ laravel : ['11.*', '12.*']
21
21
stability : [prefer-lowest, prefer-stable]
22
22
include :
23
- - laravel : 10.*
24
- testbench : 8.*
25
- carbon : ^2.63
26
23
- laravel : 11.*
27
24
testbench : 9.*
28
- carbon : *
29
- exclude :
30
- - laravel : 11.*
31
- php : 8.1
25
+ carbon : ' *'
32
26
- laravel : 12.*
33
- php : 8.1
27
+ testbench : 10.*
28
+ carbon : ' *'
34
29
35
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
36
31
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^8.1 |^8.2 " ,
21
+ "php" : " ^8.2 |^8.3 " ,
22
22
"guzzlehttp/guzzle" : " ^7.7" ,
23
23
"illuminate/contracts" : " ^10.0|^11.0|^12.0" ,
24
24
"spatie/laravel-package-tools" : " ^1.14.0"
25
25
},
26
26
"require-dev" : {
27
27
"laravel/pint" : " ^1.0" ,
28
28
"nunomaduro/collision" : " ^7.0|^8.0" ,
29
- "nunomaduro/larastan" : " ^2.0.1 " ,
29
+ "nunomaduro/larastan" : " ^2.8.0|^3.1.0 " ,
30
30
"orchestra/testbench" : " ^8.0|^9.0|^10.0" ,
31
31
"pestphp/pest" : " ^2.0|^3.7" ,
32
32
"pestphp/pest-plugin-arch" : " ^2.0|^3.0" ,
You can’t perform that action at this time.
0 commit comments