Skip to content

Commit

Permalink
remove post max size
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Sep 14, 2024
1 parent 0f52594 commit df4904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
php-version: "${{ matrix.php }}"
extensions: redis, apcu, ctype, dom, iconv, gd, mbstring, fileinfo, intl, json, mysql, bcmath, zip
coverage: none # disable xdebug, pcov
ini-values: post_max_size=256M memory
#ini-values: post_max_size=256M memory
tools: cs2pr, pecl, php-cs-fixer, vimeo/psalm, phpstan, phpcs

- uses: actions/checkout@v4
Expand Down

0 comments on commit df4904a

Please sign in to comment.