File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 fail-fast : false
1212 matrix :
1313 os : [ubuntu-latest]
14- php : [8.2]
15- laravel : ['10.*', ' 11.*', '12.*']
14+ php : [8.2, 8.3, 8.4 ]
15+ laravel : [11.*', '12.*']
1616 stability : [prefer-lowest, prefer-stable]
1717
1818 name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " >= 8.2" ,
1616 "guzzlehttp/guzzle" : " ^7.0" ,
17- "illuminate/notifications" : " ^10.0|^ 11.0|^12.0" ,
18- "illuminate/support" : " ^10.0|^ 11.0|^12.0" ,
17+ "illuminate/notifications" : " ^11.0|^12.0" ,
18+ "illuminate/support" : " ^11.0|^12.0" ,
1919 "kreait/laravel-firebase" : " ^5.7"
2020 },
2121 "require-dev" : {
22- "mockery/mockery" : " ^1.5.1 " ,
23- "phpunit/phpunit" : " ^10 .0"
22+ "mockery/mockery" : " ^1.6.0 " ,
23+ "phpunit/phpunit" : " ^11 .0"
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments