From ca86c29e2ca8346309a50c78b0fb68ad5168771e Mon Sep 17 00:00:00 2001 From: "R. Sicart" Date: Wed, 14 Sep 2022 10:44:22 +0200 Subject: [PATCH] Exclude older version of Ansible when testing Python 3.9 --- .github/workflows/ansible-test-roles.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index cedb267..34bee52 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -32,16 +32,22 @@ jobs: - 3.8 - 3.9 exclude: - - python: 3.8 - ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 - python: 3.6 ansible: stable-2.13 - python: 3.6 ansible: devel + - python: 3.8 + ansible: stable-2.11 + - python: 3.8 + ansible: stable-2.13 - python: 3.8 ansible: devel + - python: 3.9 + ansible: stable-2.11 + - python: 3.9 + ansible: stable-2.12 steps: