diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 6533f94..f3a3164 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -25,6 +25,8 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel steps: - name: Perform sanity testing @@ -44,6 +46,8 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel db_engine_name: - mysql @@ -117,6 +121,12 @@ jobs: - db_engine_version: 5.7.40 ansible: stable-2.14 + - db_engine_version: 5.7.40 + ansible: stable-2.15 + + - db_engine_version: 5.7.40 + ansible: stable-2.16 + - db_engine_version: 5.7.40 ansible: devel @@ -177,12 +187,24 @@ jobs: - python: '3.8' ansible: stable-2.14 + - python: '3.8' + ansible: stable-2.15 + + - python: '3.8' + ansible: stable-2.16 + - python: '3.8' ansible: devel - python: '3.9' ansible: stable-2.12 + - python: '3.9' + ansible: stable-2.15 + + - python: '3.9' + ansible: stable-2.16 + - python: '3.9' ansible: devel @@ -337,6 +359,8 @@ jobs: - stable-2.12 - stable-2.13 - stable-2.14 + - stable-2.15 + - stable-2.16 - devel python: - 3.8 @@ -346,6 +370,10 @@ jobs: ansible: stable-2.13 - python: '3.8' ansible: stable-2.14 + - python: '3.8' + ansible: stable-2.15 + - python: '3.8' + ansible: stable-2.16 - python: '3.8' ansible: devel - python: '3.9'