Skip to content

Commit 8803a34

Browse files
authored
Merge pull request #220 from phpcr/use-latest-phpstan-action
bug is fixed, use latest phpstan action
2 parents 0117929 + 8c5590f commit 8803a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: PHPStan
21-
uses: docker://oskarstark/phpstan-ga:1.8.0
21+
uses: docker://oskarstark/phpstan-ga
2222
with:
2323
args: analyze --no-progress
2424

@@ -37,6 +37,6 @@ jobs:
3737
composer update --no-progress
3838
3939
- name: PHPStan
40-
uses: docker://oskarstark/phpstan-ga:1.8.0
40+
uses: docker://oskarstark/phpstan-ga
4141
with:
4242
args: analyze --no-progress -c phpstan.tests.neon.dist

0 commit comments

Comments
 (0)