Skip to content

Commit

Permalink
Merge pull request #384 from Yoast/feature/ghactions-use-phpstan-1.0
Browse files Browse the repository at this point in the history
GH Actions: use explicit PHPStan major
  • Loading branch information
jrfnl authored Nov 8, 2024
2 parents 4b41f12 + 1f2cab6 commit 4673027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
php-version: 'latest'
coverage: none
tools: phpstan
tools: phpstan:1.x

# Install dependencies and handle caching in one go.
# Dependencies need to be installed to make sure the PHPCS and PHPUnit classes are recognized.
Expand Down

0 comments on commit 4673027

Please sign in to comment.