We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AWS has dropped support for PostgrSQL v10, and will force migrate folks to PostgreSQL v14 after 2023-04-17. We don't want to risk any issues.
Currently, the code is deployed against v10 in production, but is tested with v11 with make integration-test, which is part of CI pipeline.
make integration-test
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
AWS has dropped support for PostgrSQL v10, and will force migrate folks to PostgreSQL v14 after 2023-04-17. We don't want to risk any issues.
Currently, the code is deployed against v10 in production, but is tested with v11 with
make integration-test
, which is part of CI pipeline.The text was updated successfully, but these errors were encountered: