Skip to content

Commit 607cbc4

Browse files
authored
Merge pull request #37 from lara-zeus/fix-get-state
fix get state
2 parents e4fdef6 + 0235f56 commit 607cbc4

4 files changed

Lines changed: 138 additions & 140 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.4'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
with:
15-
ref: 2.x
15+
ref: 3.x
1616

1717
- name: Update Changelog
1818
uses: stefanzweifel/changelog-updater-action@v1
@@ -23,6 +23,6 @@ jobs:
2323
- name: Commit updated CHANGELOG
2424
uses: stefanzweifel/git-auto-commit-action@v5
2525
with:
26-
branch: 2.x
26+
branch: 3.x
2727
commit_message: Update CHANGELOG
2828
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)