File tree Expand file tree Collapse file tree 5 files changed +0
-33
lines changed Expand file tree Collapse file tree 5 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 42
42
matrix :
43
43
ansible-version :
44
44
# - stable-2.9
45
- # - stable-2.12
46
45
- stable-2.13
47
46
# - stable-2.14
48
47
# - stable-2.15
Original file line number Diff line number Diff line change 9
9
matrix_exclude :
10
10
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
11
11
# 2.9 supports Python 3.5-3.8
12
- # 2.12 supports Python 3.8-3.10
13
12
# 2.13 supports Python 3.8-3.10
14
13
# 2.14 supports Python 3.9-3.11
15
14
# 2.15 supports Python 3.9-3.11
31
30
"ansible-version": "stable-2.9",
32
31
"python-version": "3.11"
33
32
},
34
- {
35
- "ansible-version": "stable-2.12",
36
- "python-version": "3.11"
37
- },
38
33
{
39
34
"ansible-version": "stable-2.13",
40
35
"python-version": "3.11"
85
80
matrix :
86
81
ansible-version :
87
82
- stable-2.9
88
- - stable-2.12
89
83
- stable-2.13
90
84
- stable-2.14
91
85
- stable-2.15
Original file line number Diff line number Diff line change 9
9
matrix_exclude :
10
10
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
11
11
# 2.9 supports Python 3.5-3.8
12
- # 2.12 supports Python 3.8-3.10
13
12
# 2.13 supports Python 3.8-3.10
14
13
# 2.14 supports Python 3.9-3.11
15
14
# 2.15 supports Python 3.9-3.11
31
30
"ansible-version": "stable-2.9",
32
31
"python-version": "3.11"
33
32
},
34
- {
35
- "ansible-version": "stable-2.12",
36
- "python-version": "3.7"
37
- },
38
- {
39
- "ansible-version": "stable-2.12",
40
- "python-version": "3.11"
41
- },
42
33
{
43
34
"ansible-version": "stable-2.13",
44
35
"python-version": "3.7"
@@ -123,7 +114,6 @@ jobs:
123
114
- ubuntu-latest
124
115
ansible-version :
125
116
- stable-2.9
126
- - stable-2.12
127
117
- stable-2.13
128
118
- stable-2.14
129
119
- stable-2.15
Original file line number Diff line number Diff line change 9
9
matrix_exclude :
10
10
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
11
11
# 2.9 supports Python 3.5-3.8
12
- # 2.12 supports Python 3.8-3.10
13
12
# 2.13 supports Python 3.8-3.10
14
13
# 2.14 supports Python 3.9-3.11
15
14
# 2.15 supports Python 3.9-3.11
31
30
"ansible-version": "stable-2.9",
32
31
"python-version": "3.11"
33
32
},
34
- {
35
- "ansible-version": "stable-2.12",
36
- "python-version": "3.7"
37
- },
38
- {
39
- "ansible-version": "stable-2.12",
40
- "python-version": "3.11"
41
- },
42
33
{
43
34
"ansible-version": "stable-2.13",
44
35
"python-version": "3.7"
@@ -116,7 +107,6 @@ jobs:
116
107
- ubuntu-latest
117
108
ansible-version :
118
109
- stable-2.9
119
- - stable-2.12
120
110
- stable-2.13
121
111
- stable-2.14
122
112
- stable-2.15
Original file line number Diff line number Diff line change 8
8
default : " "
9
9
matrix_exclude :
10
10
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
11
- # 2.12 supports Python 3.8-3.10
12
11
# 2.13 supports Python 3.8-3.10
13
12
# 2.14 supports Python 3.9-3.11
14
13
# 2.15 supports Python 3.9-3.11
18
17
# devel is 2.16 until 2023-09-18
19
18
default : >-
20
19
[
21
- {
22
- "ansible-version": "stable-2.12",
23
- "python-version": "3.11"
24
- },
25
20
{
26
21
"ansible-version": "stable-2.13",
27
22
"python-version": "3.11"
65
60
matrix :
66
61
ansible-version :
67
62
# ansible 2.9 does install from git
68
- - stable-2.12
69
63
- stable-2.13
70
64
- stable-2.14
71
65
- stable-2.15
You can’t perform that action at this time.
0 commit comments