6 - Fix CI workflow phpstan issue
Some checks failed
CI / ci (push) Has been cancelled

This commit is contained in:
myrmidex 2026-06-06 00:21:49 +00:00
parent 1db9de31df
commit 7982da2d60

View file

@ -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: