Skip to content

Commit 524913e

Browse files
committedAug 26, 2024··
Update PhpStorm stubs - use 1.12.x branch
1 parent b5dc72c commit 524913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/update-phpstorm-stubs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Checkout"
1717
uses: actions/checkout@v4
1818
with:
19-
ref: 1.11.x
19+
ref: 1.12.x
2020
fetch-depth: '0'
2121
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
2222
- name: "Install PHP"

0 commit comments

Comments
 (0)
Please sign in to comment.