Skip to content

Commit 74cd70e

Browse files
authored
remove ansible-core 2.14 (#657)
1 parent cd71e7d commit 74cd70e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
python_version: "3.11"
4949
- ansible_version: "stable-2.15"
5050
python_version: "3.10"
51-
52-
# Ansible 2.14: supports Python 3.9 - 3.11
53-
- ansible_version: "stable-2.14"
54-
python_version: "3.11"
55-
- ansible_version: "stable-2.14"
56-
python_version: "3.10"
5751
steps:
5852
- name: Check out code
5953
uses: actions/checkout@v5
@@ -105,12 +99,6 @@ jobs:
10599
python_version: "3.11"
106100
- ansible_version: "stable-2.15"
107101
python_version: "3.10"
108-
109-
# Ansible 2.14: supports Python 3.9 - 3.11
110-
- ansible_version: "stable-2.14"
111-
python_version: "3.11"
112-
- ansible_version: "stable-2.14"
113-
python_version: "3.10"
114102
steps:
115103
- name: Set up Python ${{ matrix.python_version }}
116104
uses: actions/setup-python@v6
@@ -168,12 +156,6 @@ jobs:
168156
# python_version: "3.11"
169157
# - ansible_version: "stable-2.15"
170158
# python_version: "3.10"
171-
172-
# # Ansible 2.14: supports Python 3.9 - 3.11
173-
# - ansible_version: "stable-2.14"
174-
# python_version: "3.11"
175-
# - ansible_version: "stable-2.14"
176-
# python_version: "3.10"
177159
steps:
178160
- name: Check out code
179161
uses: actions/checkout@v5

0 commit comments

Comments
 (0)