From ff485edeb9f84d54ba9c34ff7becc382f610fb62 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 9 Apr 2024 08:49:03 +0200 Subject: [PATCH] Cut python 3.9 for devel in roles tests --- .github/workflows/ansible-test-roles.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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