Skip to content

Follow PostgreSQL supported versions in CI - #218

Open
teoljungberg wants to merge 3 commits into
masterfrom
claude/postgres-supported-versions
Open

Follow PostgreSQL supported versions in CI#218
teoljungberg wants to merge 3 commits into
masterfrom
claude/postgres-supported-versions

Conversation

@teoljungberg

@teoljungberg teoljungberg commented Jul 28, 2026

Copy link
Copy Markdown
Owner

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.

  • Add a postgres 19 job marked allow-failure; the postgres:19 image activates at its GA
  • Keep the boundary postgres matrix [14, 18] for lower maintenance

claude added 3 commits July 16, 2026 11:42
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
teoljungberg force-pushed the claude/postgres-supported-versions branch from 2d49ed5 to 0131436 Compare July 28, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants