Skip to content

Commit

Permalink
downgrade phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 27, 2023
1 parent 806a28c commit 3df491e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

Expand All @@ -30,13 +30,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: |
composer update --no-progress
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
uses: docker://oskarstark/phpstan-ga:1.8.0
with:
args: analyze --no-progress -c phpstan.tests.neon.dist

0 comments on commit 3df491e

Please sign in to comment.