File tree Expand file tree Collapse file tree 3 files changed +18
-19
lines changed Expand file tree Collapse file tree 3 files changed +18
-19
lines changed 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.14 supports Python 3.9-3.11
12
11
# 2.15 supports Python 3.9-3.11
13
12
# 2.16 supports Python 3.10-3.12
13
+ # 2.17 supports Python 3.10-3.12
14
14
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_17.html
15
15
# milestone is 2.17 until after 2.17 branches from devel
16
16
# devel is 2.17 until 2024-04-01
17
17
# remove 3.12/milestone from matrix_exclude when milestone is next forwarded
18
18
default : >-
19
19
[
20
- {
21
- "ansible-version": "stable-2.14",
22
- "python-version": "3.12"
23
- },
24
20
{
25
21
"ansible-version": "stable-2.15",
26
22
"python-version": "3.12"
29
25
"ansible-version": "stable-2.16",
30
26
"python-version": "3.9"
31
27
},
28
+ {
29
+ "ansible-version": "stable-2.17",
30
+ "python-version": "3.9"
31
+ },
32
32
{
33
33
"ansible-version": "milestone",
34
34
"python-version": "3.9"
70
70
ansible-version :
71
71
- stable-2.15
72
72
- stable-2.16
73
+ - stable-2.17
73
74
- milestone
74
75
- devel
75
76
python-version :
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.14 supports Python 3.9-3.11
12
11
# 2.15 supports Python 3.9-3.11
13
12
# 2.16 supports Python 3.10-3.11
14
13
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_16.html
15
14
# milestone is 2.16 until after 2.16 branches from devel
16
15
# devel is 2.16 until 2023-09-18
17
16
default : >-
18
17
[
19
- {
20
- "ansible-version": "stable-2.14",
21
- "python-version": "3.12"
22
- },
23
18
{
24
19
"ansible-version": "stable-2.15",
25
20
"python-version": "3.12"
28
23
"ansible-version": "stable-2.16",
29
24
"python-version": "3.9"
30
25
},
26
+ {
27
+ "ansible-version": "stable-2.17",
28
+ "python-version": "3.9"
29
+ },
31
30
{
32
31
"ansible-version": "milestone",
33
32
"python-version": "3.9"
60
59
os :
61
60
- ubuntu-latest
62
61
ansible-version :
63
- - stable-2.14
64
62
- stable-2.15
65
63
- stable-2.16
64
+ - stable-2.17
66
65
- milestone
67
66
- devel
68
67
python-version :
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.14 supports Python 3.9-3.11
12
11
# 2.15 supports Python 3.9-3.11
13
12
# 2.16 supports Python 3.10-3.12
14
13
# https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_17.html
15
- # milestone is 2.17 until after 2.17 branches from devel
16
- # devel is 2.17 until 2024-04-01
14
+ # milestone is 2.18
15
+ # devel is 2.18 until xxxx-xx-xx
17
16
default : >-
18
17
[
19
- {
20
- "ansible-version": "stable-2.14",
21
- "python-version": "3.12"
22
- },
23
18
{
24
19
"ansible-version": "stable-2.15",
25
20
"python-version": "3.12"
28
23
"ansible-version": "stable-2.16",
29
24
"python-version": "3.9"
30
25
},
26
+ {
27
+ "ansible-version": "stable-2.17",
28
+ "python-version": "3.9"
29
+ },
31
30
{
32
31
"ansible-version": "milestone",
33
32
"python-version": "3.9"
50
49
fail-fast : false
51
50
matrix :
52
51
ansible-version :
53
- - stable-2.14
54
52
- stable-2.15
55
53
- stable-2.16
54
+ - stable-2.17
56
55
- milestone
57
56
- devel
58
57
python-version :
You can’t perform that action at this time.
0 commit comments