From 14e9481e19598e62b839f9e77fdbbcbadcf05d1e Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 29 May 2024 16:13:41 +0200 Subject: [PATCH 1/2] chore(integration.yml): Bump tested ansible-core versions Bump the tested ansible-core versions in integration.yml to the latest supported versions (2.15-2.17). Signed-off-by: Felix Matouschek --- .github/workflows/integration.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 297600d..2a28164 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,10 +7,6 @@ on: matrix_exclude: default: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -19,6 +15,10 @@ on: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9" @@ -59,9 +59,9 @@ jobs: matrix: test-target: ${{ fromJSON(inputs.ansible_test_targets) }} ansible-version: - - stable-2.14 - stable-2.15 - stable-2.16 + - stable-2.17 - milestone - devel python-version: From 57b172a8653a372a4568d7af3340d43f950c1893 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 3 Jun 2024 16:40:40 +0200 Subject: [PATCH 2/2] chore(ci.yml): Bump tested ansible-core versions Bump the tested ansible-core versions in integration.yml to the latest supported versions (2.15-2.17). Signed-off-by: Felix Matouschek --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46d0ccf..064801c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,6 @@ jobs: with: matrix_exclude: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -75,6 +71,10 @@ jobs: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9" @@ -92,10 +92,6 @@ jobs: with: matrix_exclude: >- [ - { - "ansible-version": "stable-2.14", - "python-version": "3.12" - }, { "ansible-version": "stable-2.15", "python-version": "3.12" @@ -104,6 +100,10 @@ jobs: "ansible-version": "stable-2.16", "python-version": "3.9" }, + { + "ansible-version": "stable-2.17", + "python-version": "3.9" + }, { "ansible-version": "milestone", "python-version": "3.9"