From 645f354c88d895ab7677d703e2965d2d57da28bb Mon Sep 17 00:00:00 2001 From: aubin bikouo Date: Wed, 29 Apr 2026 13:12:21 +0200 Subject: [PATCH] update sanity and unit tests matrix to support ansible-core 2.21 --- .github/workflows/sanity.yml | 9 +++++++++ .github/workflows/unit_source.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index cee300bc..d5fd167b 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -29,6 +29,14 @@ on: "ansible-version": "devel", "python-version": "3.10" }, + { + "ansible-version": "stable-2.21", + "python-version": "3.11" + }, + { + "ansible-version": "stable-2.21", + "python-version": "3.10" + }, { "ansible-version": "stable-2.20", "python-version": "3.11" @@ -107,6 +115,7 @@ jobs: - stable-2.18 - stable-2.19 - stable-2.20 + - stable-2.21 - devel python-version: # 2.16 supports Python 3.10-3.11 diff --git a/.github/workflows/unit_source.yml b/.github/workflows/unit_source.yml index e546d0a0..aa16c126 100644 --- a/.github/workflows/unit_source.yml +++ b/.github/workflows/unit_source.yml @@ -49,6 +49,14 @@ on: "ansible-version": "milestone", "python-version": "3.10" }, + { + "ansible-version": "stable-2.21", + "python-version": "3.11" + }, + { + "ansible-version": "stable-2.21", + "python-version": "3.10" + }, { "ansible-version": "stable-2.20", "python-version": "3.11" @@ -114,6 +122,7 @@ jobs: - stable-2.18 - stable-2.19 - stable-2.20 + - stable-2.21 - devel python-version: # 2.16 supports Python 3.10-3.11