We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f347c02 + c6403de commit a478310Copy full SHA for a478310
.github/workflows/phpstan.yml
@@ -24,7 +24,7 @@ jobs:
24
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
25
26
- name: Install composer dependencies
27
- uses: ramsey/composer-install@v1
+ uses: ramsey/composer-install@v2
28
29
- name: Run PHPStan
30
run: ./vendor/bin/phpstan --error-format=github
0 commit comments