From c7c6a81e4e9ae4f0e4d1d2dd698180441a3caf7d Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Mon, 4 Dec 2023 13:39:05 +0100 Subject: [PATCH] readd 2.14 --- .github/workflows/ansible-test-plugins.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 16814ec..9fe5f84 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -24,6 +24,7 @@ jobs: strategy: matrix: ansible: + - stable-2.14 - stable-2.15 - stable-2.16 - devel @@ -44,6 +45,7 @@ jobs: proxysql: - 2.3.2 ansible: + - stable-2.14 - stable-2.15 - stable-2.16 - devel @@ -51,13 +53,10 @@ jobs: - 3.9 include: - python: 3.9 - ansible: "stable-2.15" - proxysql: 2.4.4 - - python: 3.9 - ansible: "stable-2.15" + ansible: "stable-2.14" proxysql: 2.3.2 - - python: 3.11 - ansible: "stable-2.16" + - python: 3.10 + ansible: "stable-2.15" proxysql: 2.4.4 - python: 3.12 ansible: "stable-2.16"