Skip to content

Commit 0d5f716

Browse files
authored
feat: add ansible 2.15 and 2.18 to test matrix
1 parent d75e16b commit 0d5f716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
matrix:
1616
ansible:
1717
- "2.12"
18+
- "2.15"
19+
- "2.18"
1820
steps:
1921
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
2022
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)