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

Commits on May 5, 2024

  1. Test against multiple PostgreSQL versions

    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 committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fff036a View commit details
    Browse the repository at this point in the history