File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
# and test against the minimum version of Python supported by both. If/when we change
26
26
# the integration tests to support parallelism we can revisit.
27
27
ansible_version :
28
- - stable-2.16
29
28
- stable-2.17
29
+ - stable-2.18
30
30
steps :
31
31
- name : check out code
32
32
uses : actions/checkout@v4
35
35
- name : Set up Python
36
36
uses : actions/setup-python@v4
37
37
with :
38
- python-version : ' 3.10 ' # this is the minimum version required for Ansible 2.16
38
+ python-version : ' 3.11 ' # this is the minimum version required for Ansible 2.17
39
39
- name : Install dependencies
40
40
run : pip install -r requirements.txt
41
41
- name : Install ansible-base (${{ matrix.ansible_version }})
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
# of ansible-core and each major version of Python supported by both.
14
14
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix
15
15
ansible_version :
16
- - stable-2.16
17
16
- stable-2.17
17
+ - stable-2.18
18
18
python_version :
19
- - ' 3.10'
20
19
- ' 3.11'
21
20
- ' 3.12'
21
+ - ' 3.13'
22
22
steps :
23
23
- name : check out code
24
24
uses : actions/checkout@v4
@@ -46,12 +46,12 @@ jobs:
46
46
strategy :
47
47
matrix :
48
48
ansible_version :
49
- - stable-2.16
50
49
- stable-2.17
50
+ - stable-2.18
51
51
python_version :
52
- - ' 3.10'
53
52
- ' 3.11'
54
53
- ' 3.12'
54
+ - ' 3.13'
55
55
steps :
56
56
- name : check out code
57
57
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
---
2
- requires_ansible : " >=2.16 .0"
2
+ requires_ansible : " >=2.17 .0"
3
3
4
4
action_groups :
5
5
gcp :
You can’t perform that action at this time.
0 commit comments