File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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'
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
You can’t perform that action at this time.
0 commit comments