potiuk commented on code in PR #23506:
URL: https://github.com/apache/airflow/pull/23506#discussion_r868022398


##########
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:
   ```suggestion
       CURRENT_POSTGRES_VERSIONS+=("10" "14")
   ```



-- 
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]

Reply via email to