Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/build-php-cli-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,10 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git switch -c "$branch"
git add packages/common/lib/php-binary-cdn-metadata.json
git commit -m "Update PHP ${PHP_VERSION} package ${PHP_PACKAGE_VERSION} metadata"
git commit -m "Update PHP ${PHP_VERSION}-${PHP_PACKAGE_VERSION} metadata"
git push --set-upstream origin "$branch"
gh pr create \
--base "${GITHUB_REF_NAME}" \
--head "$branch" \
--title "Update PHP ${PHP_VERSION} package ${PHP_PACKAGE_VERSION} metadata" \
--title "Update PHP ${PHP_VERSION}-${PHP_PACKAGE_VERSION} metadata" \
--body "Updates PHP CLI binary CDN metadata after a successful immutable Apps CDN upload."
21 changes: 11 additions & 10 deletions packages/common/lib/php-binary-cdn-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,27 @@
},
"8.3": {
"version": "8.3.31",
"packageVersion": "studio-1",
"artifacts": {
"darwin-arm64": {
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-silicon/8.3.31/full-install",
"sha": "b1e38dc1a732d6154c0e25b3bffc0066757d6efdb5e1fd1875f56d7775b60610"
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-silicon/8.3.31-studio-1/full-install",
"sha": "9d9eba1128179e6fb91daaabeba11197bbcf31eda37c0fac9290f917eebf4fe0"
},
"darwin-x64": {
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-intel/8.3.31/full-install",
"sha": "47dfb9e373d9352fc994635fcc5ef5d95a78828d0f78981b439236da10af6373"
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-intel/8.3.31-studio-1/full-install",
"sha": "d305c25f9c0093780c15b255349266af79948617778de6447c70d63b72f048ea"
},
"win32-x64": {
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/windows-x64/8.3.31/full-install",
"sha": "7d45ae7b91a253a188175a3569919d6fbe2917cac66ca1a9c9e6f333a4d816fb"
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/windows-x64/8.3.31-studio-1/full-install",
"sha": "2e24d3711d9a49d10d21f3345e49b4b99817ceea20736dc486c6af6062c30f1e"
},
"linux-arm64": {
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-arm64/8.3.31/full-install",
"sha": "cdd7f3b4627a99364e9daccb45d2e6784246785591166f97db165f2a31b12678"
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-arm64/8.3.31-studio-1/full-install",
"sha": "0a781d8987e041ed01c74d5617ce832cf8ffb867544ee92783e1f4e973492a17"
},
"linux-x64": {
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-x64/8.3.31/full-install",
"sha": "b0b1dd26d20ec49ae63f84f7e82faf42daf22ee0485fa78fd96c18acd643521d"
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-x64/8.3.31-studio-1/full-install",
"sha": "c2dfefc8bf163398fc8c75aaea9e442f8f2e16512942b2659aabf4224e50c390"
}
}
},
Expand Down