Skip to content

Commit cd2f169

Browse files
committed
TASK: increase memory limit for phpstan
1 parent 1fc13f6 commit cd2f169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/prepare-flow/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
php-version: ${{ inputs.php-version }}
4343
extensions: mbstring, xml, json, zlib, iconv, intl, pdo_sqlite, mysql, pgsql, redis, memcached, memcache, apcu
4444
coverage: xdebug
45-
ini-values: date.timezone="Africa/Tunis", opcache.fast_shutdown=0, apc.enable_cli=on
45+
ini-values: date.timezone="Africa/Tunis", opcache.fast_shutdown=0, apc.enable_cli=on, memory_limit=512M
4646

4747
- name: Checkout development distribution
4848
uses: actions/checkout@v5

0 commit comments

Comments
 (0)