Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 29, 2023
2 parents 8e30712 + 8803a34 commit 6d28ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: PHPStan
uses: docker://oskarstark/phpstan-ga:1.8.0
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress

Expand All @@ -37,7 +37,7 @@ jobs:
composer update --no-progress
- name: PHPStan
uses: docker://oskarstark/phpstan-ga:1.8.0
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress -c phpstan.tests.neon.dist

Expand Down

0 comments on commit 6d28ee3

Please sign in to comment.