diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 8632b04..f20d15e 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -69,6 +69,18 @@ jobs: - 2.0.1 - 2.0.3 - 2.1.1 + include: + - python: '3.9' # RHEL9 uses 3.9 by default + connector_version: '0.10.1' # From RHEL package python3-PyMySQL + connector_name: pymysql + + - python: '3.11' + connector_version: '1.0.2' # From RHEL package python3.11-PyMySQL + connector_name: pymysql + + - python: '3.12' + connector_version: '1.1.0' # From RHEL package python3.12-PyMySQL + connector_name: pymysql exclude: - db_engine_name: mysql db_engine_version: 10.4.27