summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/routeros/.github
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/routeros/.github')
-rw-r--r--ansible_collections/community/routeros/.github/workflows/ansible-test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/community/routeros/.github/workflows/ansible-test.yml b/ansible_collections/community/routeros/.github/workflows/ansible-test.yml
index 0444f593f..f743ae51a 100644
--- a/ansible_collections/community/routeros/.github/workflows/ansible-test.yml
+++ b/ansible_collections/community/routeros/.github/workflows/ansible-test.yml
@@ -34,6 +34,7 @@ jobs:
- stable-2.14
- stable-2.15
- stable-2.16
+ - stable-2.17
- devel
# Ansible-test on various stable branches does not yet work well with cgroups v2.
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
@@ -79,6 +80,7 @@ jobs:
- stable-2.14
- stable-2.15
- stable-2.16
+ - stable-2.17
- devel
steps:
@@ -113,6 +115,7 @@ jobs:
python:
- "3.10"
- "3.11"
+ - "3.12"
include:
# 2.9
- ansible: stable-2.9
@@ -142,6 +145,9 @@ jobs:
# 2.16
- ansible: stable-2.16
python: "3.10"
+ # 2.17
+ - ansible: stable-2.17
+ python: "3.12"
steps:
- name: >-