Skip to content

Commit

Permalink
Fix the way phpstan is invoked in GitHub Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Nov 14, 2024
1 parent c8e8138 commit 64a08e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- uses: php-actions/composer@v6

- name: Install PHPStan
run: composer require --dev phpstan/phpstan

- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
php_version: 8.0
configuration: phpstan.neon
run: vendor/bin/phpstan --memory-limit=1G --error-format=github

0 comments on commit 64a08e6

Please sign in to comment.