This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 825f65f67e Add MySQL 8.1 to supported versions. (#33576)
825f65f67e is described below

commit 825f65f67e0732c84a1978c342a4f77d152636b9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 21 15:15:55 2023 +0200

    Add MySQL 8.1 to supported versions. (#33576)
    
    * Add MySQL 8.1 to supported versions.
    
    Anticipating Lazy Consensus to be reached we add 8.1 version
    of MySQL to supported versions.
    
    * Apply suggestions from code review
---
 README.md                                          | 2 +-
 docs/apache-airflow/installation/prerequisites.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b6622d36f..0e44e14e61 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Apache Airflow is tested with:
 | Platform    | AMD64/ARM64(\*)        | AMD64/ARM64(\*)           |
 | Kubernetes  | 1.24, 1.25, 1.26, 1.27 | 1.24, 1.25, 1.26, 1.27    |
 | PostgreSQL  | 11, 12, 13, 14, 15     | 11, 12, 13, 14, 15        |
-| MySQL       | 5.7, 8                 | 5.7, 8                    |
+| MySQL       | 5.7, 8.0, 8.1          | 5.7, 8.0                  |
 | SQLite      | 3.15.0+                | 3.15.0+                   |
 | MSSQL       | 2017(\*), 2019(\*)     | 2017(\*), 2019(\*)        |
 
diff --git a/docs/apache-airflow/installation/prerequisites.rst 
b/docs/apache-airflow/installation/prerequisites.rst
index 7f8ddec842..1252431bb3 100644
--- a/docs/apache-airflow/installation/prerequisites.rst
+++ b/docs/apache-airflow/installation/prerequisites.rst
@@ -25,7 +25,7 @@ Airflowâ„¢ is tested with:
 * Databases:
 
   * PostgreSQL: 11, 12, 13, 14, 15
-  * MySQL: 5.7, 8
+  * MySQL: 5.7, 8.0, 8.1
   * SQLite: 3.15.0+
   * MSSQL(Experimental): 2017, 2019
 

Reply via email to