File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,20 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php : [8.1, 8.2, 8.3]
17- laravel : [10.*, 11.*]
16+ php : [8.1, 8.2, 8.3, 8.4 ]
17+ laravel : [10.*, 11.*, 12.* ]
1818 include :
1919 - laravel : 10.*
2020 testbench : 8.*
2121 - laravel : 11.*
2222 testbench : 9.*
23+ - laravel : 12.*
24+ testbench : 10.*
2325 exclude :
2426 - laravel : 11.*
2527 php : 8.1
28+ - laravel : 12.*
29+ php : 8.1
2630
2731 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }}
2832
Original file line number Diff line number Diff line change 2424 "require" : {
2525 "php" : " ^8.1" ,
2626 "ext-json" : " *" ,
27- "illuminate/support" : " ^10.0|^11.0" ,
27+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
2828 "cloudinary/cloudinary_php" : " ^2.0"
2929 },
3030 "require-dev" : {
3131 "mockery/mockery" : " ^1.1" ,
32- "orchestra/testbench" : " ^8.0|^9.0" ,
33- "pestphp/pest" : " ^2.35" ,
32+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
33+ "pestphp/pest" : " ^2.35|^3.0 " ,
3434 "sempro/phpunit-pretty-print" : " ^1.0" ,
3535 "laravel/pint" : " ^1.20"
3636 },
You can’t perform that action at this time.
0 commit comments