xataio/pgstream
GitHub で見る[Tests] Run integration tests against supported Postgres versions
Open
#536 opened on 2025年9月22日
enhancementgood first issue
Repository metrics
- Stars
- (1,151 stars)
- PR merge metrics
- (PR metrics pending)
説明
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