diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 30d0068..6ce578c 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -59,8 +59,18 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11' - - '3.12' + include: + - python: '3.11' + ansible: stable-2.17 + + - python: '3.11' + ansible: devel + + - python: '3.12' + ansible: stable-2.17 + + - python: '3.12' + ansible: devel exclude: - db_engine_name: mysql db_engine_version: 10.4.27