File tree Expand file tree Collapse file tree 4 files changed +1
-29
lines changed Expand file tree Collapse file tree 4 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 2929 "ansible-version": "devel",
3030 "python-version": "3.10"
3131 },
32- {
33- "ansible-version": "milestone",
34- "python-version": "3.11"
35- },
36- {
37- "ansible-version": "milestone",
38- "python-version": "3.10"
39- },
4032 {
4133 "ansible-version": "stable-2.20",
4234 "python-version": "3.11"
@@ -109,7 +101,6 @@ jobs:
109101 - stable-2.18
110102 - stable-2.19
111103 - stable-2.20
112- - milestone
113104 - devel
114105 python-version :
115106 # 2.16 supports Python 3.10-3.11
Original file line number Diff line number Diff line change 2929 "ansible-version": "devel",
3030 "python-version": "3.10"
3131 },
32- {
33- "ansible-version": "milestone",
34- "python-version": "3.11"
35- },
36- {
37- "ansible-version": "milestone",
38- "python-version": "3.10"
39- },
4032 {
4133 "ansible-version": "stable-2.20",
4234 "python-version": "3.11"
@@ -113,7 +105,6 @@ jobs:
113105 - stable-2.18
114106 - stable-2.19
115107 - stable-2.20
116- - milestone
117108 - devel
118109 python-version :
119110 # 2.16 supports Python 3.10-3.11
Original file line number Diff line number Diff line change 2929 "ansible-version": "devel",
3030 "python-version": "3.10"
3131 },
32- {
33- "ansible-version": "milestone",
34- "python-version": "3.11"
35- },
36- {
37- "ansible-version": "milestone",
38- "python-version": "3.10"
39- },
4032 {
4133 "ansible-version": "stable-2.20",
4234 "python-version": "3.11"
10698 - stable-2.18
10799 - stable-2.19
108100 - stable-2.20
109- - milestone
110101 - devel
111102 python-version :
112103 # 2.16 supports Python 3.10-3.11
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 - stable-2.18
103103 - stable-2.19
104104 - stable-2.20
105- - milestone
106105 - devel
107106 python-version :
108107 # 2.16 supports Python 3.10-3.11
@@ -178,4 +177,4 @@ jobs:
178177
179178 - name : Run unit tests
180179 run : python -m pytest tests/unit --showlocals --ansible-host-pattern localhost
181- working-directory : ${{ steps.identify.outputs.collection_path }}
180+ working-directory : ${{ steps.identify.outputs.collection_path }}
You can’t perform that action at this time.
0 commit comments