Skip to content

Commit

Permalink
PHPStan 2.0 Upgrade - fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rochamarcelo committed Nov 1, 2024
1 parent 64f908e commit 5abe96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:

- name: Run phpstan integration test app
if: always()
run: vendor/bin/phpstan analyse --debug --error-format=github tests/test_app/
run: vendor/bin/phpstan analyse --debug -c phpstan-test-app.neon --error-format=github tests/test_app/

- name: Run phpstan integration test plugin
if: always()
run: vendor/bin/phpstan analyse --debug --error-format=github tests/test_plugin/
run: vendor/bin/phpstan analyse --debug -c phpstan-test-plugin.neon --error-format=github tests/test_plugin/

0 comments on commit 5abe96d

Please sign in to comment.