mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-25 06:10:25 -07:00
Update readme for tested versions of long term release of MariaDB
This commit is contained in:
parent
51dc695426
commit
f39df3da0a
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -70,22 +70,25 @@ Every voice is important and every idea is valuable. If you have something on yo
|
|||
|
||||
### Databases
|
||||
|
||||
For MariaDB, only Long Term releases are tested.
|
||||
|
||||
- mysql 5.7.40
|
||||
- mysql 8.0.31
|
||||
- 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)
|
||||
- mariadb:10.3.34 (only collection version <= 3.5.1)
|
||||
- mariadb:10.4.24 (only collection version >= 3.5.2)
|
||||
- mariadb:10.5.18 (only collection version >= 3.5.2)
|
||||
- mariadb:10.6.11 (only collection version >= 3.5.2)
|
||||
- mariadb:10.11.?? (waiting for release)
|
||||
|
||||
|
||||
### Database connectors
|
||||
|
||||
- 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 !!!
|
||||
- pymysql 1.0.2 (only collection version >= ???) !!! 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)
|
||||
- mysqlclient 2.0.3 (only collection version >= 3.5.2)
|
||||
- mysqlclient 2.1.1 (only collection version >= 3.5.2)
|
||||
|
||||
## External requirements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue