Follow PostgreSQL supported versions in CI - #218
Open
teoljungberg wants to merge 3 commits into
Open
Conversation
PostgreSQL's versioning policy supports the five most recent major releases. Test the full supported range rather than just the boundary versions, and add a non-blocking job for the upcoming release so we're ready ahead of its GA. - Expand the CI postgres matrix from [14, 18] to [14, 15, 16, 17, 18] - Add a postgres 19 job marked allow-failure (mirrors the rails:main readiness job); the postgres:19 image activates at its GA
Revert the matrix to the boundary versions [14, 18] for lower maintenance, rather than enumerating every supported major. The non-blocking PostgreSQL 19 readiness job is retained.
teoljungberg
force-pushed
the
claude/postgres-supported-versions
branch
from
July 28, 2026 12:05
2d49ed5 to
0131436
Compare
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.
PostgreSQL's versioning policy supports the five most recent major releases. Add a non-blocking CI job for the upcoming PostgreSQL 19 release so we're ready ahead of its GA, mirroring the existing rails:main readiness job.
postgres:19image activates at its GA[14, 18]for lower maintenance