Skip to content

Commit

Permalink
Merge pull request #216 from phpcr/fix-build
Browse files Browse the repository at this point in the history
downgrade phpstan
  • Loading branch information
dbu authored Nov 27, 2023
2 parents 806a28c + 3df491e commit 0117929
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 0117929

Please sign in to comment.