1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

set phpcs memory limit in circle ci (suggested number, no idea if that's enough)

This commit is contained in:
kkmuffme 2023-06-07 08:45:42 +02:00
parent 08d515d7af
commit 2a6ff76cb3

View File

@ -37,7 +37,7 @@ jobs:
- run: - run:
name: Code Style Analysis with PHPCS name: Code Style Analysis with PHPCS
command: vendor/bin/phpcs command: vendor/bin/phpcs -d memory_limit=512M
phar-build: phar-build:
executor: php-74 executor: php-74