Skip to content

Commit e7c1d70

Browse files
authored
Merge pull request #633 from PHPCSStandards/feature/ghactions-use-phpstan-1.0
GH Actions: use explicit PHPStan major
2 parents 45a89cc + 98f50d6 commit e7c1d70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/basics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
phpstan:
9292
name: "PHPStan"
9393
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
94+
with:
95+
phpstanVersion: '1.x'
9496

9597
markdownlint:
9698
name: 'Lint Markdown'

0 commit comments

Comments
 (0)