File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
11
11
strategy :
12
12
matrix :
13
- php : [8.2]
14
- laravel : ['10.*', '11.*']
13
+ php : [8.4, 8.3, 8. 2]
14
+ laravel : ['10.*', '11.*', '12.*' ]
15
15
dependency-version : [prefer-lowest, prefer-stable]
16
16
17
17
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 27
27
],
28
28
"require" : {
29
29
"php" : " ^8.2" ,
30
- "illuminate/support" : " ^10.0|^11.0" ,
31
- "illuminate/view" : " ^10.0|^11.0" ,
32
- "illuminate/cookie" : " ^10.0|^11.0" ,
30
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
31
+ "illuminate/view" : " ^10.0|^11.0|^12.0 " ,
32
+ "illuminate/cookie" : " ^10.0|^11.0|^12.0 " ,
33
33
"spatie/laravel-package-tools" : " ^1.9"
34
34
},
35
35
"require-dev" : {
36
36
"fakerphp/faker" : " ^1.9" ,
37
- "orchestra/testbench" : " ^8.0|^9.0" ,
38
- "pestphp/pest" : " ^2.34"
37
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
38
+ "pestphp/pest" : " ^2.34|^3.7 "
39
39
},
40
40
"autoload" : {
41
41
"psr-4" : {
You can’t perform that action at this time.
0 commit comments