Skip to content

Commit 5abe96d

Browse files
committed
PHPStan 2.0 Upgrade - fix ci
1 parent 64f908e commit 5abe96d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676

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

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

0 commit comments

Comments
 (0)