File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : true
11
11
matrix :
12
12
php : [ "8.2", "8.3", "8.4" ]
13
- laravel : [ "10.0", "11.0" ]
13
+ laravel : [ "10.0", "11.0", "12.0" ]
14
14
15
15
name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
16
16
Original file line number Diff line number Diff line change 35
35
"require" : {
36
36
"php" : " ^8.2" ,
37
37
"dragon-code/support" : " ^6.13" ,
38
- "illuminate/http" : " ^10.0 || ^11.0" ,
39
- "illuminate/support" : " ^10.0 || ^11.0"
38
+ "illuminate/http" : " ^10.0 || ^11.0 || ^12.0 " ,
39
+ "illuminate/support" : " ^10.0 || ^11.0 || ^12.0 "
40
40
},
41
41
"require-dev" : {
42
42
"guzzlehttp/guzzle" : " ^7.8" ,
43
- "orchestra/testbench" : " ^8.0 || ^9.0" ,
43
+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0 " ,
44
44
"pestphp/pest" : " ^2.34 || ^3.0" ,
45
45
"pestphp/pest-plugin-laravel" : " ^2.4 || ^3.0" ,
46
46
"spatie/laravel-data" : " ^4.8"
You can’t perform that action at this time.
0 commit comments