From f3a30fa362030ed0da3dd80b43d292b1959f8e9c Mon Sep 17 00:00:00 2001 From: thehedhly Date: Wed, 17 Jul 2024 11:26:14 +0200 Subject: [PATCH] Add latest ansible-core 2.17 and ansible community 10 to build matrix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd7b18..4b6ca55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,13 @@ jobs: - package: ansible-core - package: ansible-core version: 2.16 + - package: ansible-core + version: 2.17 - package: ansible - package: ansible version: 9 + - package: ansible + version: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4