Skip to content

Commit

Permalink
tests: add ansible 2.15 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Oct 9, 2023
1 parent a6dd69b commit 5e16468
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
python:
- "3.10"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
python:
- "3.10"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
strategy:
matrix:
ansible:
- stable-2.12
- stable-2.13
- stable-2.14
- stable-2.15
- devel
steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
python:
- "3.10"
steps:
Expand Down

0 comments on commit 5e16468

Please sign in to comment.