Skip to content

Commit d991a6f

Browse files
yurnovbeeankha
authored andcommitted
Remove milestone from the test matrix
resolves #178
1 parent ee2d1f2 commit d991a6f

File tree

4 files changed

+1
-29
lines changed

4 files changed

+1
-29
lines changed

.github/workflows/integration_simple.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ on:
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

.github/workflows/sanity.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ on:
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

.github/workflows/unit_galaxy.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ on:
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"
@@ -106,7 +98,6 @@ jobs:
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

.github/workflows/unit_source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)