From 27525cea1e63e987726841ca853450173cd464de Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:09:46 +0100 Subject: [PATCH 1/2] Test out matrix seeding --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcbef0e..3f4e663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: version: 2.17 - package: ansible - package: ansible - version: 9 + version: 9.*.* - package: ansible - version: 10 + version: 10.*.* runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 69e9939637236542255584893201129d6d8e9cab Mon Sep 17 00:00:00 2001 From: "H.Hedhly" <9963093+thehedhly@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:12:53 +0100 Subject: [PATCH 2/2] Update ansible package's version requirements --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f4e663..0c19c44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,9 @@ jobs: version: 2.17 - package: ansible - package: ansible - version: 9.*.* + version: 9.* - package: ansible - version: 10.*.* + version: 10.* runs-on: ubuntu-latest steps: - uses: actions/checkout@v4