feat(php): wire release pipeline#3500
Open
countradooku wants to merge 4 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3500 +/- ##
============================================
- Coverage 74.27% 74.23% -0.04%
Complexity 937 937
============================================
Files 1259 1259
Lines 125969 125969
Branches 101644 101686 +42
============================================
- Hits 93558 93511 -47
+ Misses 29396 29394 -2
- Partials 3015 3064 +49
🚀 New features to boost your workflow:
|
atharvalade
requested changes
Jun 18, 2026
atharvalade
left a comment
Contributor
There was a problem hiding this comment.
overall lgtm just some nits
hubcio
requested changes
Jun 19, 2026
hubcio
left a comment
Contributor
There was a problem hiding this comment.
scripts/bump-version.sh is not updated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #3304.
sdk-phprelease metadata and PHP/Composer version sync checksNotes
PECL is intentionally skipped. The pipeline follows the commenter guidance toward Composer/PIE and Packagist, with
PACKAGIST_TOKENexpected inUSERNAME:apiTokenbearer credential format.This also broadens
extract-version.sh --is-pre-releasefrom the previousedge/rcmatch to SemVer prerelease suffixes so PHP-dev,-edge, and-rcversions use the same post-merge auto-publish gate as the other SDKs.Validation
bash -n scripts/ci/php-sdk-version-sync.sh scripts/extract-version.shYAML.load_filegit diff --checkPATH="/tmp/iggy-ci-tools:$PATH" scripts/extract-version.sh --checkphp -r 'json_decode(file_get_contents("foreign/php/composer.json"), true, 512, JSON_THROW_ON_ERROR);'