Skip to content

Commit

Permalink
Merge pull request #33 from CiscoDevNet/stevenca-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
mtarking authored Apr 10, 2024
2 parents ac4e1cb + de215ec commit 716c622
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }})
Expand Down

0 comments on commit 716c622

Please sign in to comment.