Skip to content

Commit

Permalink
Merge pull request #633 from PHPCSStandards/feature/ghactions-use-php…
Browse files Browse the repository at this point in the history
…stan-1.0

GH Actions: use explicit PHPStan major
  • Loading branch information
jrfnl authored Nov 8, 2024
2 parents 45a89cc + 98f50d6 commit e7c1d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
phpstan:
name: "PHPStan"
uses: PHPCSStandards/.github/.github/workflows/reusable-phpstan.yml@main
with:
phpstanVersion: '1.x'

markdownlint:
name: 'Lint Markdown'
Expand Down

0 comments on commit e7c1d70

Please sign in to comment.