File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 31
31
strategy :
32
32
fail-fast : true
33
33
matrix :
34
- php : [8.2, 8.3]
35
- laravel : [^10, ^11]
34
+ php : [8.2, 8.3, 8.4 ]
35
+ laravel : [^10, ^11, ^12 ]
36
36
dependency-version : [prefer-stable]
37
37
# dependency-version: [prefer-lowest, prefer-stable]
38
38
Original file line number Diff line number Diff line change 34
34
strategy :
35
35
fail-fast : true
36
36
matrix :
37
- php : [8.2, 8.3]
38
- laravel : [^10, ^11]
37
+ php : [8.2, 8.3, 8.4 ]
38
+ laravel : [^10, ^11, ^12 ]
39
39
dependency-version : [prefer-lowest, prefer-stable]
40
40
41
41
steps :
Original file line number Diff line number Diff line change 31
31
"minimum-stability" : " stable" ,
32
32
"require" : {
33
33
"php" : " ^8.1" ,
34
- "illuminate/contracts" : " ^10|^11" ,
35
- "illuminate/support" : " ^10|^11"
34
+ "illuminate/contracts" : " ^10|^11|^12 " ,
35
+ "illuminate/support" : " ^10|^11|^12 "
36
36
},
37
37
"require-dev" : {
38
38
"friendsofphp/php-cs-fixer" : " ^3.60" ,
44
44
"pestphp/pest" : " ^3.0" ,
45
45
"spatie/laravel-ignition" : " ^2.8" ,
46
46
"symfony/thanks" : " ^1.3" ,
47
- "orchestra/testbench" : " ^9 " ,
48
- "orchestra/testbench-dusk" : " ^9.8 " ,
47
+ "orchestra/testbench" : " ^10 " ,
48
+ "orchestra/testbench-dusk" : " ^10 " ,
49
49
"livewire/livewire" : " ^3.5"
50
50
},
51
51
"config" : {
You can’t perform that action at this time.
0 commit comments