diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index 82bb71f..1ea21e9 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -29,12 +29,16 @@ jobs: - stable-2.15 - devel python: - - 3.8 - - 3.9 + - '3.8' + - '3.9' + - '3.10' exclude: - python: 3.8 ansible: devel + - python: 3.9 + ansible: devel + steps: - name: Check out code