Skip to content

Commit bd197ce

Browse files
Update PHP 8.3.31 package studio-1 metadata (#4055)
Updates PHP CLI binary CDN metadata after a successful immutable Apps CDN upload. --------- Co-authored-by: Fredrik Rombach Ekelund <fredrik.rombach.ekelund@automattic.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 494251d commit bd197ce

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

‎.github/workflows/build-php-cli-binaries.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,10 @@ jobs:
676676
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
677677
git switch -c "$branch"
678678
git add packages/common/lib/php-binary-cdn-metadata.json
679-
git commit -m "Update PHP ${PHP_VERSION} package ${PHP_PACKAGE_VERSION} metadata"
679+
git commit -m "Update PHP ${PHP_VERSION}-${PHP_PACKAGE_VERSION} metadata"
680680
git push --set-upstream origin "$branch"
681681
gh pr create \
682682
--base "${GITHUB_REF_NAME}" \
683683
--head "$branch" \
684-
--title "Update PHP ${PHP_VERSION} package ${PHP_PACKAGE_VERSION} metadata" \
684+
--title "Update PHP ${PHP_VERSION}-${PHP_PACKAGE_VERSION} metadata" \
685685
--body "Updates PHP CLI binary CDN metadata after a successful immutable Apps CDN upload."

‎packages/common/lib/php-binary-cdn-metadata.json‎

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,27 @@
5454
},
5555
"8.3": {
5656
"version": "8.3.31",
57+
"packageVersion": "studio-1",
5758
"artifacts": {
5859
"darwin-arm64": {
59-
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-silicon/8.3.31/full-install",
60-
"sha": "b1e38dc1a732d6154c0e25b3bffc0066757d6efdb5e1fd1875f56d7775b60610"
60+
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-silicon/8.3.31-studio-1/full-install",
61+
"sha": "9d9eba1128179e6fb91daaabeba11197bbcf31eda37c0fac9290f917eebf4fe0"
6162
},
6263
"darwin-x64": {
63-
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-intel/8.3.31/full-install",
64-
"sha": "47dfb9e373d9352fc994635fcc5ef5d95a78828d0f78981b439236da10af6373"
64+
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/mac-intel/8.3.31-studio-1/full-install",
65+
"sha": "d305c25f9c0093780c15b255349266af79948617778de6447c70d63b72f048ea"
6566
},
6667
"win32-x64": {
67-
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/windows-x64/8.3.31/full-install",
68-
"sha": "7d45ae7b91a253a188175a3569919d6fbe2917cac66ca1a9c9e6f333a4d816fb"
68+
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/windows-x64/8.3.31-studio-1/full-install",
69+
"sha": "2e24d3711d9a49d10d21f3345e49b4b99817ceea20736dc486c6af6062c30f1e"
6970
},
7071
"linux-arm64": {
71-
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-arm64/8.3.31/full-install",
72-
"sha": "cdd7f3b4627a99364e9daccb45d2e6784246785591166f97db165f2a31b12678"
72+
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-arm64/8.3.31-studio-1/full-install",
73+
"sha": "0a781d8987e041ed01c74d5617ce832cf8ffb867544ee92783e1f4e973492a17"
7374
},
7475
"linux-x64": {
75-
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-x64/8.3.31/full-install",
76-
"sha": "b0b1dd26d20ec49ae63f84f7e82faf42daf22ee0485fa78fd96c18acd643521d"
76+
"url": "https://appscdn.wordpress.com/downloads/wordpress-com-studio-php-cli/linux-x64/8.3.31-studio-1/full-install",
77+
"sha": "c2dfefc8bf163398fc8c75aaea9e442f8f2e16512942b2659aabf4224e50c390"
7778
}
7879
}
7980
},

0 commit comments

Comments
 (0)