Skip to content

Commit 5fa4a2e

Browse files
committed
add 2.14 and 2.15 with exclusions for 3.12 and 3.13
1 parent d4acab9 commit 5fa4a2e

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/workflows/ansible-test.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
fail-fast: false # Disabled so we can see all failed combinations.
2424
matrix:
2525
ansible:
26+
- 'stable-2.14'
27+
- 'stable-2.15'
2628
- 'stable-2.16'
2729
- 'stable-2.17'
2830
- 'stable-2.18'
@@ -46,6 +48,8 @@ jobs:
4648
fail-fast: false # Disabled so we can see all failed combinations.
4749
matrix:
4850
ansible:
51+
- 'stable-2.14'
52+
- 'stable-2.15'
4953
- 'stable-2.16'
5054
- 'stable-2.17'
5155
- 'stable-2.18'
@@ -58,9 +62,23 @@ jobs:
5862
- '3.12'
5963
- '3.13'
6064
exclude:
61-
# Exclude new python versions for older ansible versions
65+
# Exclusions for stable-2.14
66+
- ansible: 'stable-2.14'
67+
python: '3.12'
68+
- ansible: 'stable-2.14'
69+
python: '3.13'
70+
71+
# Exclusions for stable-2.15
72+
- ansible: 'stable-2.15'
73+
python: '3.12'
74+
- ansible: 'stable-2.15'
75+
python: '3.13'
76+
77+
# Exclusions for stable-2.16
6278
- ansible: 'stable-2.16'
6379
python: '3.13'
80+
81+
# Exclusions for stable-2.17
6482
- ansible: 'stable-2.17'
6583
python: '3.13'
6684

0 commit comments

Comments
 (0)