File tree Expand file tree Collapse file tree 4 files changed +659
-537
lines changed Expand file tree Collapse file tree 4 files changed +659
-537
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 os : [ubuntu-latest]
12- php : [8.1, 8.2]
12+ php : [8.1, 8.2, 8.3 ]
1313
1414 name : P${{ matrix.php }} - ${{ matrix.os }}
1515
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class UpdateCommand extends Command
2828 {--github-actions-output : Display GitHub Actions related output}
2929 {--hide-release-date : Hide release date in the new release heading.}
3030 {--parse-github-usernames : Experimental: Find GitHub usernames in release notes and link to their profile.}
31- {-w\-- write : Write changes to file}
31+ {--w| write : Write changes to file}
3232 ' ;
3333
3434 protected $ description = 'Update Changelog with the given release notes. ' ;
Original file line number Diff line number Diff line change 2525 "laravel/pint" : " ^1.10" ,
2626 "mockery/mockery" : " ^1.5.1" ,
2727 "pestphp/pest" : " ^2" ,
28- "rector/rector" : " ^0.15.24 " ,
28+ "rector/rector" : " ^0.18 " ,
2929 "vimeo/psalm" : " ^5.7"
3030 },
3131 "autoload" : {
You can’t perform that action at this time.
0 commit comments