From 571dae90a9e18002e8bbae182f4b00cee06cb00d Mon Sep 17 00:00:00 2001 From: Steven Carter Date: Mon, 8 Apr 2024 13:10:32 -0500 Subject: [PATCH 1/2] Update ci.yml Updated ci.yml for latest ansible versions and python version. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 284108c..60c4ff4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,9 @@ jobs: matrix: ansible: # It's important that Sanity is tested against all stable-X.Y branches - # Testing against `devel` may fail as new tests are added. - - stable-2.13 - - stable-2.14 + # Testing against `devel` may fail as new tests are added. + - stable-2.15 + - stable-2.16 - devel runs-on: ubuntu-latest steps: @@ -43,7 +43,7 @@ jobs: with: # it is just required to run that once as "ansible-test sanity" in the docker image # will run on all python versions it supports. - python-version: 3.9 + python-version: 3.10 # Install the head of the given branch (devel, stable-2.10) - name: Install ansible-base (${{ matrix.ansible }}) From de215ece2e8156d7c11c1fc313b30bc2280abb45 Mon Sep 17 00:00:00 2001 From: Steven Carter Date: Mon, 8 Apr 2024 13:13:36 -0500 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c4ff4..45dc332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: with: # it is just required to run that once as "ansible-test sanity" in the docker image # will run on all python versions it supports. - python-version: 3.10 + python-version: '3.10' # Install the head of the given branch (devel, stable-2.10) - name: Install ansible-base (${{ matrix.ansible }})