Skip to content

Commit

Permalink
Docker: Increase PHP memory limit (#34017)
Browse files Browse the repository at this point in the history
Some wp-cli calls, including in the Post-Build CI workflow, are starting
to hit the old limit. Let's increase it.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6800254132
  • Loading branch information
anomiex authored and matticbot committed Nov 8, 2023
1 parent 87ec16d commit ba853e3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"packages": [
{
"name": "automattic/jetpack-mu-wpcom",
"version": "4.18.0-alpha.1699455924",
"version_normalized": "4.18.0.0-alpha1699455924",
"version": "4.18.0-alpha.1699456603",
"version_normalized": "4.18.0.0-alpha1699456603",
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom",
"reference": "2b2302ba32e090189c0fe17ac1ee85f691ca7151"
"reference": "f6f651fbe2cb5e7e499a456c43210b9a41b15add"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.11",
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
),
'versions' => array(
'automattic/jetpack-mu-wpcom' => array(
'pretty_version' => '4.18.0-alpha.1699455924',
'version' => '4.18.0.0-alpha1699455924',
'reference' => '2b2302ba32e090189c0fe17ac1ee85f691ca7151',
'pretty_version' => '4.18.0-alpha.1699456603',
'version' => '4.18.0.0-alpha1699456603',
'reference' => 'f6f651fbe2cb5e7e499a456c43210b9a41b15add',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../automattic/jetpack-mu-wpcom',
'aliases' => array(),
Expand Down

0 comments on commit ba853e3

Please sign in to comment.