From bcee62b99f45036c31c09e9d074de810b0c79ec1 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 9 Apr 2024 08:48:20 +0200 Subject: [PATCH] Add back python 3.8 and 3.9 for stable2.15 --- .github/workflows/ansible-test-plugins.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index f678629..d2f09ee 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -168,9 +168,6 @@ jobs: - python: '3.10' connector_version: 2.0.3 - - python: '3.8' - ansible: stable-2.15 - - python: '3.8' ansible: stable-2.16 @@ -181,10 +178,10 @@ jobs: ansible: devel - python: '3.9' - ansible: stable-2.15 + ansible: stable-2.16 - python: '3.9' - ansible: stable-2.16 + ansible: stable-2.17 - python: '3.9' ansible: devel