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 1010 fail-fast : true
1111 matrix :
1212 php : [ "8.2", "8.3", "8.4" ]
13- laravel : [ "10.0", "11.0" ]
13+ laravel : [ "10.0", "11.0", "12.0" ]
1414
1515 name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1616
Original file line number Diff line number Diff line change 3535 "require" : {
3636 "php" : " ^8.2" ,
3737 "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 "
4040 },
4141 "require-dev" : {
4242 "guzzlehttp/guzzle" : " ^7.8" ,
43- "orchestra/testbench" : " ^8.0 || ^9.0" ,
43+ "orchestra/testbench" : " ^8.0 || ^9.0 || ^10.0 " ,
4444 "pestphp/pest" : " ^2.34 || ^3.0" ,
4545 "pestphp/pest-plugin-laravel" : " ^2.4 || ^3.0" ,
4646 "spatie/laravel-data" : " ^4.8"
You can’t perform that action at this time.
0 commit comments