We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c468b commit 8d56b97Copy full SHA for 8d56b97
1 file changed
.github/workflows/basics.yml
@@ -101,7 +101,9 @@ jobs:
101
102
phpstan:
103
name: "PHPStan"
104
- uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
+ uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@feature/ghactions-reusable-phpstan-add-version
105
+ with:
106
+ version: '1.x'
107
108
remark:
109
name: 'QA Markdown'
0 commit comments