From 179634448388392dd3ba5262b9966d5b4adef66f Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:33:40 +0200 Subject: [PATCH] Add latest ansible-core 2.17 and ansible community 10 to build matrix (#10) * Add latest ansible-core 2.17 and ansible community 10 to build matrix * Run CI on dev branch pull_request --------- Co-authored-by: thehedhly --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dd7b18..fcbef0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: pull_request: branches: - 'main' + - 'dev' # Daily, at 00:30 schedule: - cron: '30 0 * * *' @@ -22,9 +23,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