From 734047e1cc3c9063b78406d75e9a9d82aed4e3cc Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Fri, 21 Nov 2025 11:06:18 +0000 Subject: [PATCH] CI: Remove Ansible 11 (ansible-core 2.18) strategy=linear jobs I believe I kep them as a reference during Ansible 12 fixups. No longer needed and they slow down CI runs. --- .github/workflows/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c79de05a..434309dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,8 +109,6 @@ jobs: - tox_env: py314-m_ans-ans12 python_version: '3.14.0-rc.3' - - tox_env: py314-m_ans-ans11-s_lin - python_version: '3.14.0-rc.3' - tox_env: py314-m_ans-ans12-s_lin python_version: '3.14.0-rc.3' @@ -161,12 +159,6 @@ jobs: fail-fast: false matrix: include: - - tox_env: py314-m_lcl-ans11 - python_version: '3.14.0-rc.3' - sshpass_version: "1.10" - - tox_env: py314-m_lcl-ans11-s_lin - python_version: '3.14.0-rc.3' - sshpass_version: "1.10" - tox_env: py314-m_lcl-ans12 python_version: '3.14.0-rc.3' - tox_env: py314-m_lcl-ans12-s_lin