Skip to content

Commit 6d28ee3

Browse files
committed
Merge remote-tracking branch 'origin/1.x' into 2.x
2 parents 8e30712 + 8803a34 commit 6d28ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

+2-2
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,7 +37,7 @@ 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
4343

0 commit comments

Comments
 (0)