From a546c5efb90b20121f7728a69fe0dbdd4c1e7a86 Mon Sep 17 00:00:00 2001 From: Nocchia <133043574+NomakCooper@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:55:53 +0100 Subject: [PATCH] remove stable-2.17 and old python version (#199) (cherry picked from commit 58429d90db149e356c0eed1a60c16d5bee4aff53) --- .github/workflows/ansible-test.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 14a856f..0e753af 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -29,8 +29,8 @@ jobs: strategy: matrix: ansible: - - stable-2.17 - stable-2.18 + - stable-2.19 - devel # - milestone @@ -60,7 +60,6 @@ jobs: fail-fast: true matrix: ansible: - - stable-2.17 - stable-2.18 - devel # - milestone @@ -97,30 +96,12 @@ jobs: - devel # - milestone python: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' - '3.13' include: - - ansible: stable-2.17 - python: '3.7' - - ansible: stable-2.17 - python: '3.8' - - ansible: stable-2.17 - python: '3.9' - - ansible: stable-2.17 - python: '3.10' - - ansible: stable-2.17 - python: '3.11' - - ansible: stable-2.17 - python: '3.12' # ansible-core 2.18 - - ansible: stable-2.18 - python: '3.8' - - ansible: stable-2.18 - python: '3.9' - ansible: stable-2.18 python: '3.10' - ansible: stable-2.18