xataio/pgstream

[Tests] Run integration tests against supported Postgres versions

Open

#536 opened on Sep 22, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (66 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,151 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe.

Currently we're only testing against postgres 17.

Describe the solution you'd like

We should test against supported versions to ensure changes don't break backwards compatibility with older versions. Include postgres 18 coming up soon.

Describe alternatives you've considered

Additional context Relates to #533

Contributor guide