diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index eee4e90..1f18469 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -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: diff --git a/README.md b/README.md index 82c0c6d..940ffe3 100644 --- a/README.md +++ b/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