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 , 8.3 , 8.4 ]
15- laravel : ['11.*', ' 12.*' ]
14+ php : [8.3 , 8.4 , 8.5 ]
15+ laravel : [" 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 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^8.2 " ,
15+ "php" : " ^8.3 " ,
1616 "guzzlehttp/guzzle" : " ^7.0" ,
17- "illuminate/notifications" : " ^11.0|^ 12.0" ,
18- "illuminate/support" : " ^11.0|^ 12.0" ,
17+ "illuminate/notifications" : " ^12.0" ,
18+ "illuminate/support" : " ^12.0" ,
1919 "kreait/laravel-firebase" : " ^6.0"
2020 },
2121 "require-dev" : {
2222 "laravel/pint" : " ^1.25" ,
2323 "mockery/mockery" : " ^1.6.0" ,
24- "phpunit/phpunit" : " ^11 .0"
24+ "phpunit/phpunit" : " ^12 .0"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments