Skip to content

Commit ee8190a

Browse files
authored
Stop testing stable-2.12 (#113)
1 parent ad77b41 commit ee8190a

File tree

5 files changed

+0
-33
lines changed

5 files changed

+0
-33
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
matrix:
4343
ansible-version:
4444
# - stable-2.9
45-
# - stable-2.12
4645
- stable-2.13
4746
# - stable-2.14
4847
# - stable-2.15

.github/workflows/integration_simple.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
matrix_exclude:
1010
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
1111
# 2.9 supports Python 3.5-3.8
12-
# 2.12 supports Python 3.8-3.10
1312
# 2.13 supports Python 3.8-3.10
1413
# 2.14 supports Python 3.9-3.11
1514
# 2.15 supports Python 3.9-3.11
@@ -31,10 +30,6 @@ on:
3130
"ansible-version": "stable-2.9",
3231
"python-version": "3.11"
3332
},
34-
{
35-
"ansible-version": "stable-2.12",
36-
"python-version": "3.11"
37-
},
3833
{
3934
"ansible-version": "stable-2.13",
4035
"python-version": "3.11"
@@ -85,7 +80,6 @@ jobs:
8580
matrix:
8681
ansible-version:
8782
- stable-2.9
88-
- stable-2.12
8983
- stable-2.13
9084
- stable-2.14
9185
- stable-2.15

.github/workflows/sanity.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
matrix_exclude:
1010
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
1111
# 2.9 supports Python 3.5-3.8
12-
# 2.12 supports Python 3.8-3.10
1312
# 2.13 supports Python 3.8-3.10
1413
# 2.14 supports Python 3.9-3.11
1514
# 2.15 supports Python 3.9-3.11
@@ -31,14 +30,6 @@ on:
3130
"ansible-version": "stable-2.9",
3231
"python-version": "3.11"
3332
},
34-
{
35-
"ansible-version": "stable-2.12",
36-
"python-version": "3.7"
37-
},
38-
{
39-
"ansible-version": "stable-2.12",
40-
"python-version": "3.11"
41-
},
4233
{
4334
"ansible-version": "stable-2.13",
4435
"python-version": "3.7"
@@ -123,7 +114,6 @@ jobs:
123114
- ubuntu-latest
124115
ansible-version:
125116
- stable-2.9
126-
- stable-2.12
127117
- stable-2.13
128118
- stable-2.14
129119
- stable-2.15

.github/workflows/unit_galaxy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
matrix_exclude:
1010
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
1111
# 2.9 supports Python 3.5-3.8
12-
# 2.12 supports Python 3.8-3.10
1312
# 2.13 supports Python 3.8-3.10
1413
# 2.14 supports Python 3.9-3.11
1514
# 2.15 supports Python 3.9-3.11
@@ -31,14 +30,6 @@ on:
3130
"ansible-version": "stable-2.9",
3231
"python-version": "3.11"
3332
},
34-
{
35-
"ansible-version": "stable-2.12",
36-
"python-version": "3.7"
37-
},
38-
{
39-
"ansible-version": "stable-2.12",
40-
"python-version": "3.11"
41-
},
4233
{
4334
"ansible-version": "stable-2.13",
4435
"python-version": "3.7"
@@ -116,7 +107,6 @@ jobs:
116107
- ubuntu-latest
117108
ansible-version:
118109
- stable-2.9
119-
- stable-2.12
120110
- stable-2.13
121111
- stable-2.14
122112
- stable-2.15

.github/workflows/unit_source.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
default: ""
99
matrix_exclude:
1010
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
11-
# 2.12 supports Python 3.8-3.10
1211
# 2.13 supports Python 3.8-3.10
1312
# 2.14 supports Python 3.9-3.11
1413
# 2.15 supports Python 3.9-3.11
@@ -18,10 +17,6 @@ on:
1817
# devel is 2.16 until 2023-09-18
1918
default: >-
2019
[
21-
{
22-
"ansible-version": "stable-2.12",
23-
"python-version": "3.11"
24-
},
2520
{
2621
"ansible-version": "stable-2.13",
2722
"python-version": "3.11"
@@ -65,7 +60,6 @@ jobs:
6560
matrix:
6661
ansible-version:
6762
# ansible 2.9 does install from git
68-
- stable-2.12
6963
- stable-2.13
7064
- stable-2.14
7165
- stable-2.15

0 commit comments

Comments
 (0)