Align nightly cassert PG minors to main (17.11/18.6) - #8822
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
Align nightly cassert PG minors to main (17.11/18.6)#8822ibrahim halatci (ihalatci) wants to merge 1 commit into
ibrahim halatci (ihalatci) wants to merge 1 commit into
Conversation
Bump 17.9->17.11 and 18.3->18.6 to match build_and_test.yml after #8804. PG16 (16.13) intentionally unchanged (main sets no 16 minor). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8822 +/- ##
==========================================
- Coverage 88.73% 88.73% -0.01%
==========================================
Files 289 289
Lines 65013 65013
Branches 8203 8204 +1
==========================================
- Hits 57691 57688 -3
Misses 4954 4954
- Partials 2368 2371 +3 🚀 New features to boost your workflow:
|
ibrahim halatci (ihalatci)
marked this pull request as ready for review
September 3, 2026 09:53
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.
What
Aligns the nightly cassert workflow's PostgreSQL minor versions with
main.citus#8804 bumped the canonical CI coverage in
build_and_test.ymlfrom 17.10 / 18.4 to 17.11 / 18.6. This PR carries the same minors into.github/workflows/nightly_cassert.ymlso the nightly builds the same PG minors the PR pipeline targets.Changes
Three params lines in the
paramsjob (single source of truth), bumping17.9 → 17.11and18.3 → 18.6:pg_versionspg_upgrade_pairscitus_upgrade_pgPG16 (16.13) is intentionally left unchanged —
mainsets no PG16 minor inbuild_and_test.yml(PG16 support is being wound down), so the nightly keeps its existing 16.13 pin.citus_old_versionand everything else are untouched.Notes
Companion to the arm64 nightly minor alignment in citus#8816 (that PR bumps
nightly_arm64.ymlto the same 17.11 / 18.6). Kept as a separate PR since it touches a different, already-shipped workflow.Opened as a DRAFT.
Refs citus#8804.