Skip to content

Commit 58429d9

Browse files
authored
remove stable-2.17 and old python version (#199)
1 parent 554fb72 commit 58429d9

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
strategy:
3030
matrix:
3131
ansible:
32-
- stable-2.17
3332
- stable-2.18
33+
- stable-2.19
3434
- devel
3535
# - milestone
3636

@@ -60,7 +60,6 @@ jobs:
6060
fail-fast: true
6161
matrix:
6262
ansible:
63-
- stable-2.17
6463
- stable-2.18
6564
- devel
6665
# - milestone
@@ -97,30 +96,12 @@ jobs:
9796
- devel
9897
# - milestone
9998
python:
100-
- '3.8'
101-
- '3.9'
10299
- '3.10'
103100
- '3.11'
104101
- '3.12'
105102
- '3.13'
106103
include:
107-
- ansible: stable-2.17
108-
python: '3.7'
109-
- ansible: stable-2.17
110-
python: '3.8'
111-
- ansible: stable-2.17
112-
python: '3.9'
113-
- ansible: stable-2.17
114-
python: '3.10'
115-
- ansible: stable-2.17
116-
python: '3.11'
117-
- ansible: stable-2.17
118-
python: '3.12'
119104
# ansible-core 2.18
120-
- ansible: stable-2.18
121-
python: '3.8'
122-
- ansible: stable-2.18
123-
python: '3.9'
124105
- ansible: stable-2.18
125106
python: '3.10'
126107
- ansible: stable-2.18

0 commit comments

Comments
 (0)