Skip to content

Commit a9c0f4a

Browse files
authored
update sanity and unit tests matrix to support ansible-core 2.21 (#194)
1 parent 446d458 commit a9c0f4a

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/sanity.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ on:
2929
"ansible-version": "devel",
3030
"python-version": "3.10"
3131
},
32+
{
33+
"ansible-version": "stable-2.21",
34+
"python-version": "3.11"
35+
},
36+
{
37+
"ansible-version": "stable-2.21",
38+
"python-version": "3.10"
39+
},
3240
{
3341
"ansible-version": "stable-2.20",
3442
"python-version": "3.11"
@@ -107,6 +115,7 @@ jobs:
107115
- stable-2.18
108116
- stable-2.19
109117
- stable-2.20
118+
- stable-2.21
110119
- devel
111120
python-version:
112121
# 2.16 supports Python 3.10-3.11

.github/workflows/unit_source.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ on:
4949
"ansible-version": "milestone",
5050
"python-version": "3.10"
5151
},
52+
{
53+
"ansible-version": "stable-2.21",
54+
"python-version": "3.11"
55+
},
56+
{
57+
"ansible-version": "stable-2.21",
58+
"python-version": "3.10"
59+
},
5260
{
5361
"ansible-version": "stable-2.20",
5462
"python-version": "3.11"
@@ -114,6 +122,7 @@ jobs:
114122
- stable-2.18
115123
- stable-2.19
116124
- stable-2.20
125+
- stable-2.21
117126
- devel
118127
python-version:
119128
# 2.16 supports Python 3.10-3.11

0 commit comments

Comments
 (0)