mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-18 08:21:26 -07:00
Update supported versions
This commit is contained in:
parent
7ec9ee5572
commit
f200382743
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
@ -63,27 +63,29 @@ Every voice is important and every idea is valuable. If you have something on yo
|
|||
|
||||
### ansible-core
|
||||
|
||||
- 2.11
|
||||
- 2.12
|
||||
- 2.13
|
||||
- 2.14
|
||||
- current development version
|
||||
|
||||
### Databases
|
||||
|
||||
- mysql 5.7.40
|
||||
- mysql 8.0.31
|
||||
- mariadb:10.4.24 (only collection version >= 3)
|
||||
- mariadb:10.5.18 (only collection version >= 3)
|
||||
- mariadb:10.6.11 (only collection version >= 3)
|
||||
- mariadb:10.7.7 (only collection version >= 3)
|
||||
- mariadb 10.8.6 (only collection version >= 3)
|
||||
- mariadb 10.9.4 (only collection version >= 3)
|
||||
- mariadb:10.4.24 (only collection version >= 3.5.1)
|
||||
- mariadb:10.5.18 (only collection version >= 3.5.1)
|
||||
- mariadb:10.6.11 (only collection version >= 3.5.1)
|
||||
- mariadb:10.7.7 (only collection version >= 3.5.1)
|
||||
- mariadb 10.8.6 (only collection version >= 3.0)
|
||||
|
||||
### Database connectors
|
||||
|
||||
- pymysql 0.7.10
|
||||
- pymysql 0.7.11 (Only tested with MySQL 5.7)
|
||||
- pymysql 0.9.3
|
||||
- pymysql 1.0.2 (only collection version >= 3.5.1) !!! Unsuported until future release !!!
|
||||
- mysqlclient 2.0.1
|
||||
- mysqlclient 2.0.3 (only collection version >= 3.5.1)
|
||||
- mysqlclient 2.1.1 (only collection version >= 3.5.1)
|
||||
|
||||
## External requirements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue