diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index bf915ad..7e9d5f4 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: php bin/console lint:yaml config/ - name: Static analysis - run: composer stan + run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon - name: Create and migrate test database env: