From 44d8a4f64a376b88fd75e8ddad8dbeffdec4d8e1 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 29 Nov 2023 09:39:26 +0100 Subject: [PATCH] make sanity and unit matrix the same Signed-off-by: Guido Grazioli --- .github/workflows/ci.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f5919b..588e3e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,6 @@ jobs: matrix_include: "[]" matrix_exclude: >- [ - { - "ansible-version": "stable-2.9" - }, { "ansible-version": "stable-2.12" }, @@ -64,11 +61,9 @@ jobs: "python-version": "3.9" }, { - "ansible-version": "stable-2.14", - "python-version": "3.12" + "python-version": "3.10" }, { - "ansible-version": "stable-2.15", "python-version": "3.12" } ] @@ -79,9 +74,6 @@ jobs: with: matrix_exclude: >- [ - { - "python-version": "3.10" - }, { "ansible-version": "stable-2.12" }, @@ -98,11 +90,9 @@ jobs: "python-version": "3.9" }, { - "ansible-version": "stable-2.14", - "python-version": "3.12" + "python-version": "3.10" }, { - "ansible-version": "stable-2.15", "python-version": "3.12" } ]