Skip to content

Commit ad77b41

Browse files
authored
Might as well get ahead of milestone dropping it, too (#112)
1 parent d8488c0 commit ad77b41

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/workflows/integration_simple.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
# 2.15 supports Python 3.9-3.11
1616
# 2.16 supports Python 3.10-3.11
1717
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
18-
# milestone is 2.15 until 2023-05-01
18+
# milestone is 2.16 until after 2.16 branches from devel
1919
# devel is 2.16 until 2023-09-18
2020
default: >-
2121
[
@@ -51,6 +51,10 @@ on:
5151
"ansible-version": "milestone",
5252
"python-version": "3.8"
5353
},
54+
{
55+
"ansible-version": "milestone",
56+
"python-version": "3.9"
57+
},
5458
{
5559
"ansible-version": "devel",
5660
"python-version": "3.8"

.github/workflows/sanity.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
# 2.15 supports Python 3.9-3.11
1616
# 2.16 supports Python 3.10-3.11
1717
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
18-
# milestone is 2.15 until 2023-05-01
18+
# milestone is 2.16 until after 2.16 branches from devel
1919
# devel is 2.16 until 2023-09-18
2020
default: >-
2121
[
@@ -71,6 +71,10 @@ on:
7171
"ansible-version": "milestone",
7272
"python-version": "3.8"
7373
},
74+
{
75+
"ansible-version": "milestone",
76+
"python-version": "3.9"
77+
},
7478
{
7579
"ansible-version": "devel",
7680
"python-version": "3.7"

.github/workflows/unit_galaxy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
# 2.15 supports Python 3.9-3.11
1616
# 2.16 supports Python 3.10-3.11
1717
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
18-
# milestone is 2.15 until 2023-05-01
18+
# milestone is 2.16 until after 2.16 branches from devel
1919
# devel is 2.16 until 2023-09-18
2020
default: >-
2121
[
@@ -71,6 +71,10 @@ on:
7171
"ansible-version": "milestone",
7272
"python-version": "3.8"
7373
},
74+
{
75+
"ansible-version": "milestone",
76+
"python-version": "3.9"
77+
},
7478
{
7579
"ansible-version": "devel",
7680
"python-version": "3.7"

.github/workflows/unit_source.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# 2.15 supports Python 3.9-3.11
1515
# 2.16 supports Python 3.10-3.11
1616
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
17-
# milestone is 2.15 until 2023-05-01
17+
# milestone is 2.16 until after 2.16 branches from devel
1818
# devel is 2.16 until 2023-09-18
1919
default: >-
2020
[
@@ -38,6 +38,10 @@ on:
3838
"ansible-version": "milestone",
3939
"python-version": "3.8"
4040
},
41+
{
42+
"ansible-version": "milestone",
43+
"python-version": "3.9"
44+
},
4145
{
4246
"ansible-version": "devel",
4347
"python-version": "3.8"

0 commit comments

Comments
 (0)