feat(php): wire release pipeline#3500
Open
countradooku wants to merge 7 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% 73.73% -0.54%
Complexity 937 937
============================================
Files 1259 1284 +25
Lines 125969 127093 +1124
Branches 101644 102008 +364
============================================
+ Hits 93558 93710 +152
- Misses 29396 30317 +921
- Partials 3015 3066 +51
🚀 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
Contributor
Author
|
/ready |
atharvalade
previously approved these changes
Jun 22, 2026
hubcio
requested changes
Jun 23, 2026
Contributor
Author
|
/ready |
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 SDK metadata checksphp-sdk-*tagcomposer.jsonpackage source existsiggyRust SDK dependency version synchronized withcore/sdk, matching the Python binding patternNotes
PECL is intentionally skipped. The current pipeline follows the Composer/PIE packaging direction for pre-built extension archives, but Packagist publishing is not enabled from
apache/iggybecause Packagist indexes a rootcomposer.jsonand derives VCS versions from tags in the indexed repository.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/bump-version.sh scripts/ci/php-sdk-version-sync.sh scripts/extract-version.shshellcheck scripts/bump-version.sh scripts/ci/php-sdk-version-sync.sh scripts/extract-version.shYAML.load_fileactionlint -shellcheck= .github/workflows/publish.yml .github/workflows/post-merge.yml .github/workflows/_build_php_extensions.yml .github/workflows/_common.yml./scripts/ci/php-sdk-version-sync.sh --check./scripts/ci/php-sdk-version-sync.sh --fixPATH="/tmp/iggy-yq-v4.47.1:$PATH" ./scripts/extract-version.sh --check./scripts/bump-version.sh --status rust-sdk./scripts/bump-version.sh rust-sdk --patch --edge --dry-run./scripts/bump-version.sh --status sdk-phpcargo metadata --manifest-path foreign/php/Cargo.toml --no-deps --format-version=1./scripts/bump-version.sh sdk-php --patch --edge --dry-runphp -r 'json_decode(file_get_contents("foreign/php/composer.json"), true, 512, JSON_THROW_ON_ERROR);'git archive --format=tar.gz --prefix=apache-iggy-php-test/ --output=/tmp/iggy-php-source-test.tar.gz HEAD:foreign/php