Skip to content

Commit 426ee00

Browse files
Add Support for PHP 8.3 (#47)
* Test Action PHP 8.3 * Update Dependencies * Update Dependencies * Update Dependencies * Update Dependencies * Fix Command Signature
1 parent e973f62 commit 426ee00

File tree

4 files changed

+659
-537
lines changed

4 files changed

+659
-537
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

app/Commands/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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": {

0 commit comments

Comments
 (0)