We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e30712 + 8803a34 commit 6d28ee3Copy full SHA for 6d28ee3
1 file changed
.github/workflows/static.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v3
19
20
- name: PHPStan
21
- uses: docker://oskarstark/phpstan-ga:1.8.0
+ uses: docker://oskarstark/phpstan-ga
22
with:
23
args: analyze --no-progress
24
@@ -37,7 +37,7 @@ jobs:
37
composer update --no-progress
38
39
40
41
42
args: analyze --no-progress -c phpstan.tests.neon.dist
43
0 commit comments