mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-25 11:51: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:
|
||||
db_engine_version:
|
||||
- mysql:5.7.40
|
||||
- mysql:8.0.22
|
||||
- mysql:8.0.31
|
||||
- mariadb:10.4.24
|
||||
- mariadb:10.5.18
|
||||
- mariadb:10.6.11
|
||||
- mariadb:10.7.7
|
||||
- mariadb:10.8.3
|
||||
ansible:
|
||||
- stable-2.12
|
||||
|
@ -52,26 +54,23 @@ jobs:
|
|||
- stable-2.14
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- 3.11
|
||||
connector:
|
||||
- pymysql==0.7.10
|
||||
- pymysql==0.9.3
|
||||
- mysqlclient==2.0.1
|
||||
exclude:
|
||||
- db_engine_version: mysql_8.0.22
|
||||
- db_engine_version: mysql:8.0.22
|
||||
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
|
||||
- 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
|
||||
ansible: stable-2.13
|
||||
- python: 3.8
|
||||
|
@ -80,6 +79,12 @@ jobs:
|
|||
ansible: devel
|
||||
- python: 3.9
|
||||
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:
|
||||
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
|
||||
|
||||
- mysql 5.7.31
|
||||
- mysql 8.0.22
|
||||
- mariadb 10.3.34 (only collection version >= 3)
|
||||
- mariadb 10.8.3 (only collection version >= 3)
|
||||
- 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)
|
||||
|
||||
### Database connectors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue