Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against multiple PostgreSQL versions #291

Merged
merged 1 commit into from
May 5, 2024

Conversation

tagliala
Copy link
Member

@tagliala tagliala commented May 4, 2024

This commit introduces an improvement in our testing strategy to ensure
broader compatibility across various PostgreSQL versions.

The primary focus remains on the latest stable release of PostgreSQL,
acknowledging the significance of maintaining support for older versions
to accommodate the longevity of applications.

To facilitate this, tests have been added to verify the application's
functionality against PostgreSQL 12.

Since setup-postgres action does not allow to create multiple
databases, consider a refactoring if ankane/setup-postgres#9 will be
merged.

@tagliala tagliala force-pushed the chore/test-multiple-pgs branch 11 times, most recently from 0b047fc to 8d1e448 Compare May 5, 2024 18:02
This commit introduces an improvement in our testing strategy to ensure
broader compatibility across various PostgreSQL versions.

The primary focus remains on the latest stable release of PostgreSQL,
acknowledging the significance of maintaining support for older versions
to accommodate the longevity of applications.

To facilitate this, tests have been added to verify the application's
functionality against PostgreSQL 12.

Since `setup-postgres` action does not allow to create multiple
databases, consider a refactoring if ankane/setup-postgres#9 will be
merged.
@tagliala tagliala marked this pull request as ready for review May 5, 2024 20:42
@tagliala tagliala merged commit a5996ce into master May 5, 2024
15 of 16 checks passed
@tagliala tagliala deleted the chore/test-multiple-pgs branch May 5, 2024 20:43
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.

1 participant