mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 21:31:27 -07:00
Update version tested
This commit is contained in:
parent
9b7fbdfe5e
commit
9001b87c6b
2 changed files with 25 additions and 16 deletions
29
.github/workflows/ansible-test-plugins.yml
vendored
29
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -42,9 +42,11 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
db_engine_version:
|
db_engine_version:
|
||||||
- mysql:5.7.40
|
- mysql:5.7.40
|
||||||
- mysql:8.0.22
|
- mysql:8.0.31
|
||||||
- mariadb:10.4.24
|
- mariadb:10.4.24
|
||||||
- mariadb:10.5.18
|
- mariadb:10.5.18
|
||||||
|
- mariadb:10.6.11
|
||||||
|
- mariadb:10.7.7
|
||||||
- mariadb:10.8.3
|
- mariadb:10.8.3
|
||||||
ansible:
|
ansible:
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
@ -52,26 +54,23 @@ jobs:
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- devel
|
- devel
|
||||||
python:
|
python:
|
||||||
- 3.6
|
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
|
- 3.10
|
||||||
|
- 3.11
|
||||||
connector:
|
connector:
|
||||||
- pymysql==0.7.10
|
- pymysql==0.7.10
|
||||||
- pymysql==0.9.3
|
- pymysql==0.9.3
|
||||||
- mysqlclient==2.0.1
|
- mysqlclient==2.0.1
|
||||||
exclude:
|
exclude:
|
||||||
- db_engine_version: mysql_8.0.22
|
- db_engine_version: mysql:8.0.22
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- db_engine_version: mariadb_10.8.3
|
- db_engine_version: mariadb:10.4.24
|
||||||
|
connector: pymysql==0.7.10
|
||||||
|
- db_engine_version: mariadb:10.5.18
|
||||||
|
connector: pymysql==0.7.10
|
||||||
|
- db_engine_version: mariadb:10.8.3
|
||||||
connector: pymysql==0.7.10
|
connector: pymysql==0.7.10
|
||||||
- python: 3.6
|
|
||||||
ansible: stable-2.12
|
|
||||||
- python: 3.6
|
|
||||||
ansible: stable-2.13
|
|
||||||
- python: 3.6
|
|
||||||
ansible: stable-2.14
|
|
||||||
- python: 3.6
|
|
||||||
ansible: devel
|
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
ansible: stable-2.13
|
ansible: stable-2.13
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
|
@ -80,6 +79,12 @@ jobs:
|
||||||
ansible: devel
|
ansible: devel
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
ansible: stable-2.12
|
ansible: stable-2.12
|
||||||
|
- python: 3.10
|
||||||
|
ansible: stable-2.12
|
||||||
|
- python: 3.11
|
||||||
|
ansible: stable-2.12
|
||||||
|
- python: 3.11
|
||||||
|
ansible: stable-2.13
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db_primary:
|
db_primary:
|
||||||
|
|
12
README.md
12
README.md
|
@ -70,10 +70,14 @@ Every voice is important and every idea is valuable. If you have something on yo
|
||||||
|
|
||||||
### Databases
|
### Databases
|
||||||
|
|
||||||
- mysql 5.7.31
|
- mysql 5.7.40
|
||||||
- mysql 8.0.22
|
- mysql 8.0.31
|
||||||
- mariadb 10.3.34 (only collection version >= 3)
|
- mariadb:10.4.24 (only collection version >= 3)
|
||||||
- mariadb 10.8.3 (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)
|
||||||
|
|
||||||
### Database connectors
|
### Database connectors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue