Skip to content

Commit

Permalink
Merge pull request #8 from Chris53897/patch-1
Browse files Browse the repository at this point in the history
chore: fix ci github action deprecation
  • Loading branch information
freekmurze authored Nov 29, 2024
2 parents 19e885f + 07cf824 commit d7130a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
composer config --no-plugins allow-plugins.phpstan/extension-installer true
- name: Install composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github

0 comments on commit d7130a6

Please sign in to comment.