diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b6d9756..bd81d7d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,5 @@ jobs: - name: PHPStan Static Analysis uses: php-actions/phpstan@v3 with: - path: admin/ class/ core/ lib/ \ No newline at end of file + configuration: ../../../phpstan.neon + path: admin/ class/ core/ lib/