Skip to content

test: update PostgreSQL test matrix#1388

Open
joschi wants to merge 2 commits into
golang-migrate:masterfrom
joschi:test-postgres-18
Open

test: update PostgreSQL test matrix#1388
joschi wants to merge 2 commits into
golang-migrate:masterfrom
joschi:test-postgres-18

Conversation

@joschi
Copy link
Copy Markdown
Contributor

@joschi joschi commented Apr 12, 2026

Remove PostgreSQL 13 from and add PostgreSQL 18 to test matrix.

https://www.postgresql.org/support/versioning/

Copilot AI review requested due to automatic review settings April 12, 2026 20:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the PostgreSQL container versions used by the database integration tests to align with currently supported PostgreSQL releases per the upstream versioning policy.

Changes:

  • Removed PostgreSQL 13 from the Docker-based test matrices.
  • Added PostgreSQL 18 to the Docker-based test matrices.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
database/postgres/postgres_test.go Updates the postgres driver test container spec list to drop 13 and include 18.
database/pgx/pgx_test.go Updates the pgx (non-v5 path) test container spec list to drop 13 and include 18.
database/pgx/v5/pgx_test.go Updates the pgx/v5 test container spec list to drop 13 and include 18.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 54.432%. remained the same — joschi:test-postgres-18 into golang-migrate:master

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.

3 participants