Skip to content

Commit a2d7af2

Browse files
chore: Update CI to include additional ansible and python versions
1 parent 4c7060a commit a2d7af2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,21 @@ jobs:
8888
strategy:
8989
matrix:
9090
include:
91+
# Note; 2.16 and 2.17 is still needed for AAP support for customers using the rhel8 base image
9192
- ansible: "2.16"
9293
python_ver: "3.11"
9394
- ansible: "2.17"
9495
python_ver: "3.11"
9596
- ansible: "2.18"
9697
python_ver: "3.11"
98+
- ansible: "2.18"
99+
python_ver: "3.12"
100+
- ansible: "2.19"
101+
python_ver: "3.11"
102+
- ansible: "2.19"
103+
python_ver: "3.12"
104+
- ansible: "2.20"
105+
python_ver: "3.12"
97106
runs-on: ubuntu-latest
98107
defaults:
99108
run:

0 commit comments

Comments
 (0)