Skip to content

Commit 0ade007

Browse files
committed
Remove milestone from the test matrix
resolves #178
1 parent 6ba29f7 commit 0ade007

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

.github/workflows/integration_simple.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ on:
2727
"ansible-version": "devel",
2828
"python-version": "3.10"
2929
},
30-
{
31-
"ansible-version": "milestone",
32-
"python-version": "3.11"
33-
},
34-
{
35-
"ansible-version": "milestone",
36-
"python-version": "3.10"
37-
},
3830
{
3931
"ansible-version": "stable-2.19",
4032
"python-version": "3.10"
@@ -82,7 +74,6 @@ jobs:
8274
- stable-2.17
8375
- stable-2.18
8476
- stable-2.19
85-
- milestone
8677
- devel
8778
python-version:
8879
# 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
@@ -27,14 +27,6 @@ on:
2727
"ansible-version": "devel",
2828
"python-version": "3.10"
2929
},
30-
{
31-
"ansible-version": "milestone",
32-
"python-version": "3.11"
33-
},
34-
{
35-
"ansible-version": "milestone",
36-
"python-version": "3.10"
37-
},
3830
{
3931
"ansible-version": "stable-2.19",
4032
"python-version": "3.10"
@@ -95,7 +87,6 @@ jobs:
9587
- stable-2.17
9688
- stable-2.18
9789
- stable-2.19
98-
- milestone
9990
- devel
10091
python-version:
10192
# 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
@@ -27,14 +27,6 @@ on:
2727
"ansible-version": "devel",
2828
"python-version": "3.10"
2929
},
30-
{
31-
"ansible-version": "milestone",
32-
"python-version": "3.11"
33-
},
34-
{
35-
"ansible-version": "milestone",
36-
"python-version": "3.10"
37-
},
3830
{
3931
"ansible-version": "stable-2.19",
4032
"python-version": "3.10"
@@ -88,7 +80,6 @@ jobs:
8880
- stable-2.17
8981
- stable-2.18
9082
- stable-2.19
91-
- milestone
9283
- devel
9384
python-version:
9485
# 2.16 supports Python 3.10-3.11

.github/workflows/unit_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129

130130
- name: Run unit tests
131131
run: python -m pytest tests/unit --showlocals --ansible-host-pattern localhost
132-
working-directory: ${{ steps.identify.outputs.collection_path }}
132+
working-directory: ${{ steps.identify.outputs.collection_path }}

0 commit comments

Comments
 (0)