potiuk commented on code in PR #23506:
URL: https://github.com/apache/airflow/pull/23506#discussion_r868023074
##########
scripts/ci/libraries/_initialization.sh:
##########
@@ -125,7 +125,7 @@ function initialization::initialize_base_variables() {
export CURRENT_PYTHON_MAJOR_MINOR_VERSIONS
# Currently supported versions of Postgres
- CURRENT_POSTGRES_VERSIONS+=("10" "13")
+ CURRENT_POSTGRES_VERSIONS+=("10" "13" "14")
Review Comment:
I think we are perfectly ok with just runnning tests for "10" and "14" -
postgres is stable enough to trust versions in-between are not broken.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]