Skip to content

Commit bd08215

Browse files
Drop tests from ansible-core < 2.16 (#160)
Signed-off-by: Alina Buzachis <[email protected]>
1 parent 23e89b9 commit bd08215

File tree

2 files changed

+8
-42
lines changed

2 files changed

+8
-42
lines changed

.github/workflows/sanity.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@ on:
1717
# remove 3.12/milestone from matrix_exclude when milestone is next forwarded
1818
default: >-
1919
[
20-
{
21-
"ansible-version": "stable-2.16",
22-
"python-version": "3.9"
23-
},
24-
{
25-
"ansible-version": "stable-2.17",
26-
"python-version": "3.9"
27-
},
28-
{
29-
"ansible-version": "milestone",
30-
"python-version": "3.9"
31-
},
32-
{
33-
"ansible-version": "devel",
34-
"python-version": "3.9"
35-
},
3620
{
3721
"ansible-version": "devel",
3822
"python-version": "3.10"
@@ -42,9 +26,9 @@ on:
4226
"python-version": "3.10"
4327
},
4428
{
45-
"ansible-version": "stable-2.15",
46-
"python-version": "3.12"
47-
}
29+
"ansible-version": "stable-2.18",
30+
"python-version": "3.10"
31+
},
4832
]
4933
required: false
5034
type: string
@@ -72,13 +56,12 @@ jobs:
7256
os:
7357
- ubuntu-latest
7458
ansible-version:
75-
- stable-2.15
7659
- stable-2.16
7760
- stable-2.17
61+
- stable-2.18
7862
- milestone
7963
- devel
8064
python-version:
81-
- "3.9"
8265
- "3.10"
8366
- "3.11"
8467
- "3.12"

.github/workflows/unit_source.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ on:
1515
# devel is 2.18 until xxxx-xx-xx
1616
default: >-
1717
[
18-
{
19-
"ansible-version": "stable-2.16",
20-
"python-version": "3.9"
21-
},
22-
{
23-
"ansible-version": "stable-2.17",
24-
"python-version": "3.9"
25-
},
26-
{
27-
"ansible-version": "milestone",
28-
"python-version": "3.9"
29-
},
30-
{
31-
"ansible-version": "devel",
32-
"python-version": "3.9"
33-
},
3418
{
3519
"ansible-version": "devel",
3620
"python-version": "3.10"
@@ -40,9 +24,9 @@ on:
4024
"python-version": "3.10"
4125
},
4226
{
43-
"ansible-version": "stable-2.15",
44-
"python-version": "3.12"
45-
}
27+
"ansible-version": "stable-2.18",
28+
"python-version": "3.10"
29+
},
4630
]
4731
required: false
4832
type: string
@@ -57,13 +41,12 @@ jobs:
5741
fail-fast: false
5842
matrix:
5943
ansible-version:
60-
- stable-2.15
6144
- stable-2.16
6245
- stable-2.17
46+
- stable-2.18
6347
- milestone
6448
- devel
6549
python-version:
66-
- "3.9"
6750
- "3.10"
6851
- "3.11"
6952
- "3.12"

0 commit comments

Comments
 (0)