openflagr / flagr-archived

[Archived] - Merged and move to https://github.com/openflagr/flagr
https://openflagr.github.io/flagr
Apache License 2.0
33 stars 7 forks source link

Add support for Postgres 13.x #39

Closed marceloboeira closed 2 years ago

marceloboeira commented 2 years ago

Description

As mentioned here https://github.com/checkr/flagr/issues/466 Postgres 9.6 is deprecated and no longer receiving security patches, therefore, we need to start supporting other versions.

For now, we keep testing for pgsql9.6 but also testing for the latest available version (for production), which seems to be 13.x

Thanks @jnikitin-r7 for the issue

How Has This Been Tested?

Adding mainly integration testing with different pgsql versions

Types of changes

Checklist:

marceloboeira commented 2 years ago

cc @jnikitin-r7