Skip to content

Commit

Permalink
Merge pull request #474 from ergebnis/fix/memory-limit
Browse files Browse the repository at this point in the history
Fix: Increase memory limit
  • Loading branch information
ergebnis-bot authored Jun 23, 2020
2 parents 5676051 + 9b3c327 commit fc4eb86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
env:
COMPOSER_VERSION: "1.10.5"
PHP_EXTENSIONS: "mbstring"
PHP_INI_VALUES: "phar.readonly=0"
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"

jobs:
coding-standards:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
env:
COMPOSER_VERSION: "1.10.5"
PHP_EXTENSIONS: "mbstring"
PHP_INI_VALUES: "phar.readonly=0"
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy

env:
PHP_EXTENSIONS: "mbstring"
PHP_INI_VALUES: "phar.readonly=0"
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"

jobs:
license:
Expand Down

0 comments on commit fc4eb86

Please sign in to comment.