Skip to content

Commit

Permalink
Add MySQL 8.1 to supported versions. (#33576)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
potiuk authored Aug 21, 2023
1 parent 86423b4 commit 825f65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(\*) |

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 825f65f

Please sign in to comment.