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.
1 parent baf036a commit 5c780edCopy full SHA for 5c780ed
.github/workflows/phpstan.yml
@@ -21,7 +21,7 @@ jobs:
21
coverage: none
22
23
- name: Install composer dependencies
24
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
25
26
- name: Run PHPStan
27
run: ./vendor/bin/phpstan --error-format=github
.github/workflows/pint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Run pint
run: ./vendor/bin/pint --test
0 commit comments