Skip to content

Commit cb8dc5f

Browse files
committed
Upgrading Python and Ansible Core versions.
Signed-off-by: lakshmj <[email protected]>
1 parent 5e58184 commit cb8dc5f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python 3.11
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: 3.11
33+
python-version: 3.12
3434
- name: Install ansible-lint
3535
run: python -m pip install ansible-lint
3636
- name: Run ansible-lint

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
python-version:
22-
- "3.11"
22+
- "3.12"
2323
steps:
2424
- name: Checkout the repo
2525
uses: actions/checkout@v5
@@ -59,11 +59,11 @@ jobs:
5959
strategy:
6060
matrix:
6161
ansible:
62-
- stable-2.15
6362
- stable-2.16
6463
- stable-2.17
64+
- stable-2.18
6565
python-version:
66-
- "3.11"
66+
- "3.12"
6767
steps:
6868
- name: Checkout the repo
6969
uses: actions/checkout@v5
@@ -111,9 +111,9 @@ jobs:
111111
strategy:
112112
matrix:
113113
ansible:
114-
- stable-2.15
114+
- stable-2.16
115115
python-version:
116-
- 3.11
116+
- 3.12
117117
netscaler-version:
118118
- 13.1-59.19
119119
- 14.1-43.50

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Collections must specify a minimum required ansible version to upload
33
# to galaxy
4-
requires_ansible: '>=2.15.0'
4+
requires_ansible: '>=2.16.0'
55
# Content that Ansible needs to load from another location or that has
66
# been deprecated/removed
77
# plugin_routing:

0 commit comments

Comments
 (0)