From 45ed88b2abbaffb8869bcb102ac2ce5ed6694769 Mon Sep 17 00:00:00 2001 From: Troy W Date: Sat, 15 Jun 2024 11:09:30 -0400 Subject: [PATCH] Add Testing for Core 2.17 (#1295) --- .github/workflows/plugins-integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/plugins-integration.yml b/.github/workflows/plugins-integration.yml index c76ad2ca4..189214ff3 100644 --- a/.github/workflows/plugins-integration.yml +++ b/.github/workflows/plugins-integration.yml @@ -27,6 +27,7 @@ jobs: # https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-changelogs - stable-2.15 - stable-2.16 + - stable-2.17 - devel python: - '3.9' @@ -38,6 +39,8 @@ jobs: python: '3.12' - ansible: stable-2.16 python: '3.9' + - ansible: stable-2.17 + python: '3.9' - ansible: devel python: '3.9'