File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php : [ "8.1", "8.0" ]
17- laravel : [ "^9.0" ]
16+ php : [ "8.1", "8.0", "8.2" ]
17+ laravel : [ "^9.0", '^10.0' ]
1818 dependency-version : [ prefer-lowest, prefer-stable ]
1919
2020 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Original file line number Diff line number Diff line change 2323 ],
2424 "require" : {
2525 "php" : " ^8.0" ,
26- "illuminate/support" : " ^9" ,
27- "illuminate/database" : " ^9" ,
26+ "illuminate/support" : " ^9|^10 " ,
27+ "illuminate/database" : " ^9|^10 " ,
2828 "mailjet/mailjet-apiv3-php" : " ^1.5"
2929 },
3030 "require-dev" : {
3131 "ciareis/bypass" : " ^1.0" ,
3232 "friendsofphp/php-cs-fixer" : " ^3.8" ,
33- "orchestra/testbench" : " 7.*" ,
33+ "orchestra/testbench" : " 7.*|8.* " ,
3434 "pestphp/pest" : " ^1.21" ,
3535 "phpunit/phpunit" : " ^9.1"
3636 },
You can’t perform that action at this time.
0 commit comments