potiuk commented on a change in pull request #19987:
URL: https://github.com/apache/airflow/pull/19987#discussion_r761535278



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -115,7 +115,7 @@ function initialization::initialize_base_variables() {
     export CURRENT_PYTHON_MAJOR_MINOR_VERSIONS
 
     # Currently supported versions of Postgres
-    CURRENT_POSTGRES_VERSIONS+=("9.6" "13")
+    CURRENT_POSTGRES_VERSIONS+=("10" "13")

Review comment:
       This was deliberate decision.
   
   Those are not consistent because we made a conscious decision that if CI 
works for "lowest" and "highest" version of Postgres - it works for those 
between. 
   
   We NEVER saw postgres related version problem. Not that I am aware of (as 
opposed to our Elephant in the room MySQL which keeps on appearing now and 
then). this was pure optimization for CI.




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to