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] 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