release(v13.0.1-rc.1): CI/CD pipeline fixes + version bump#559
Merged
Conversation
CI/CD pipeline fixes: - .deb Docker image: Ubuntu base + Sury PPA (fixes jammy/noble) - release-linux.yml: cache PHP source + Firebird SDK + retry on 504 - release-windows.yml: PHP SDK availability check + retry - publish-release.yml: relax asset requirements for RC tags - build-matrix.sh: is_ubuntu() helper + conditional Sury PPA setup Version bump: - VERSION.txt: 13.0.1 -> 13.0.1-rc.1 - stubs/*.php: @Version 13.0.1 -> 13.0.1-rc.1 - CHANGELOG.md: [13.0.1-rc.1] section with all fixes Sigsegv fix (from PR #558, already merged to main): - phpize-clean default: false -> true - Stale .so removal before phpize --clean - Root cause: FB 5.0 headers compiled .so loaded with FB 3.0 client - Validated: 12/12 containers pass (4,321 tests, 0 failures)
This was referenced Jul 21, 2026
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.
v13.0.1-rc.1 — CI/CD Pipeline Fixes
Changes
packaging/debian/build-matrix.shubuntu:22.04/ubuntu:24.04for jammy/noble + Sury PPA install.github/workflows/release-linux.yml.github/workflows/release-windows.yml.github/workflows/publish-release.ymlVERSION.txt13.0.1->13.0.1-rc.1stubs/*.php@version 13.0.1->@version 13.0.1-rc.1CHANGELOG.md[13.0.1-rc.1]section with all fixes.gitignore/debian/and/dist/build outputLocal validation
Next steps after merge
v13.0.1-rc.1on this commitv13.0.2(stable) on the next commit with VERSION.txt bumped to13.0.2Known issues (not blocking)
downloads.php.net(transient, external) — publish-release.yml now handles this for RC tags