Skip to content

Commit 647c63d

Browse files
authored
add stable-2.19 to matrix, fix #172 (#173)
1 parent 47822b5 commit 647c63d

File tree

4 files changed

+35
-10
lines changed

4 files changed

+35
-10
lines changed

.github/workflows/integration_simple.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
# 2.16 supports Python 3.10-3.11
1313
# 2.17 supports Python 3.10-3.12
1414
# 2.18 supports Python 3.11-3.13
15+
# 2.19 supports Python 3.11-3.13
1516
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
16-
# taret node supported Python 3.8-3.13 as of 2.18
17-
# milestone is and devel is switched to 2.19
17+
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+
# milestone is and devel is switched to 2.20
1819
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
1920
default: >-
2021
[
@@ -26,6 +27,10 @@ on:
2627
"ansible-version": "milestone",
2728
"python-version": "3.10"
2829
},
30+
{
31+
"ansible-version": "stable-2.19",
32+
"python-version": "3.10"
33+
},
2934
{
3035
"ansible-version": "stable-2.18",
3136
"python-version": "3.10"
@@ -68,6 +73,7 @@ jobs:
6873
- stable-2.16
6974
- stable-2.17
7075
- stable-2.18
76+
- stable-2.19
7177
- milestone
7278
- devel
7379
python-version:

.github/workflows/sanity.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ on:
1212
# 2.16 supports Python 3.10-3.11
1313
# 2.17 supports Python 3.10-3.12
1414
# 2.18 supports Python 3.11-3.13
15+
# 2.19 supports Python 3.11-3.13
1516
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
16-
# taret node supported Python 3.8-3.13 as of 2.18
17-
# milestone is and devel is switched to 2.19
18-
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
17+
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+
# milestone is and devel is switched to 2.20
19+
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
1920
default: >-
2021
[
2122
{
@@ -26,6 +27,10 @@ on:
2627
"ansible-version": "milestone",
2728
"python-version": "3.10"
2829
},
30+
{
31+
"ansible-version": "stable-2.19",
32+
"python-version": "3.10"
33+
},
2934
{
3035
"ansible-version": "stable-2.18",
3136
"python-version": "3.10"
@@ -81,12 +86,14 @@ jobs:
8186
- stable-2.16
8287
- stable-2.17
8388
- stable-2.18
89+
- stable-2.19
8490
- milestone
8591
- devel
8692
python-version:
8793
# 2.16 supports Python 3.10-3.11
8894
# 2.17 supports Python 3.10-3.12
8995
# 2.18 supports Python 3.11-3.13
96+
# 2.19 supports Python 3.11-3.13
9097
- "3.10"
9198
- "3.11"
9299
- "3.12"

.github/workflows/unit_galaxy.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ on:
1212
# 2.16 supports Python 3.10-3.11
1313
# 2.17 supports Python 3.10-3.12
1414
# 2.18 supports Python 3.11-3.13
15+
# 2.19 supports Python 3.11-3.13
1516
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
16-
# taret node supported Python 3.8-3.13 as of 2.18
17-
# milestone is and devel is switched to 2.19
18-
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
17+
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+
# milestone is and devel is switched to 2.20
19+
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
1920
default: >-
2021
[
2122
{
@@ -26,6 +27,10 @@ on:
2627
"ansible-version": "milestone",
2728
"python-version": "3.10"
2829
},
30+
{
31+
"ansible-version": "stable-2.19",
32+
"python-version": "3.10"
33+
},
2934
{
3035
"ansible-version": "stable-2.18",
3136
"python-version": "3.10"
@@ -74,6 +79,7 @@ jobs:
7479
- stable-2.16
7580
- stable-2.17
7681
- stable-2.18
82+
- stable-2.19
7783
- milestone
7884
- devel
7985
python-version:

.github/workflows/unit_source.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ on:
1212
# 2.16 supports Python 3.10-3.11
1313
# 2.17 supports Python 3.10-3.12
1414
# 2.18 supports Python 3.11-3.13
15+
# 2.19 supports Python 3.11-3.13
1516
# support for Python 3.13 added and 3.10 removed in 2.18 for control node
16-
# taret node supported Python 3.8-3.13 as of 2.18
17-
# milestone is and devel is switched to 2.19
17+
# taret node supported Python 3.8-3.13 as of 2.18 and 2.19
18+
# milestone is and devel is switched to 2.29
1819
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_18.html
1920
default: >-
2021
[
@@ -26,6 +27,10 @@ on:
2627
"ansible-version": "milestone",
2728
"python-version": "3.10"
2829
},
30+
{
31+
"ansible-version": "stable-2.19",
32+
"python-version": "3.10"
33+
},
2934
{
3035
"ansible-version": "stable-2.18",
3136
"python-version": "3.10"
@@ -68,6 +73,7 @@ jobs:
6873
- stable-2.16
6974
- stable-2.17
7075
- stable-2.18
76+
- stable-2.19
7177
- milestone
7278
- devel
7379
python-version:

0 commit comments

Comments
 (0)