From 02c057159f0938b2c58060deaf9ca50a99ba8a06 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 4 May 2026 11:08:59 +0200 Subject: [PATCH] chore(ci): Update tested versions and excludes for 2.21 Signed-off-by: Felix Matouschek --- .github/workflows/ci.yml | 16 ++++++++++++++++ .github/workflows/integration.yml | 9 +++++++++ README.md | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17781af..19f90b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,6 +138,14 @@ jobs: "ansible-version": "stable-2.20", "python-version": "3.11" }, + { + "ansible-version": "stable-2.21", + "python-version": "3.10" + }, + { + "ansible-version": "stable-2.21", + "python-version": "3.11" + }, { "ansible-version": "milestone", "python-version": "3.10" @@ -203,6 +211,14 @@ jobs: "ansible-version": "stable-2.20", "python-version": "3.11" }, + { + "ansible-version": "stable-2.21", + "python-version": "3.10" + }, + { + "ansible-version": "stable-2.21", + "python-version": "3.11" + }, { "ansible-version": "milestone", "python-version": "3.10" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a38319b..ed27127 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -47,6 +47,14 @@ on: "ansible-version": "stable-2.20", "python-version": "3.11" }, + { + "ansible-version": "stable-2.21", + "python-version": "3.10" + }, + { + "ansible-version": "stable-2.21", + "python-version": "3.11" + }, { "ansible-version": "milestone", "python-version": "3.10" @@ -100,6 +108,7 @@ jobs: - stable-2.18 - stable-2.19 - stable-2.20 + - stable-2.21 - milestone - devel python-version: diff --git a/README.md b/README.md index 837fa79..00522ba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides vir ## Ansible and Python version compatibility -This collection has been tested against Ansible versions **>=2.16,<=2.20** and Python versions **>=3.10,<=3.14**. +This collection has been tested against Ansible versions **>=2.16,<=2.21** and Python versions **>=3.10,<=3.14**. See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations.