We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0117929 commit 8c5590fCopy full SHA for 8c5590f
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,6 +37,6 @@ jobs:
37
composer update --no-progress
38
39
40
41
42
args: analyze --no-progress -c phpstan.tests.neon.dist
0 commit comments