mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-04 15:24:38 +02:00
Add stable-2.18 to CI. (#317)
This commit is contained in:
parent
ff7e6162d7
commit
c864078549
4 changed files with 12 additions and 2 deletions
7
.github/workflows/ansible-test.yml
vendored
7
.github/workflows/ansible-test.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- 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
|
||||
|
@ -83,6 +84,7 @@ jobs:
|
|||
- stable-2.15
|
||||
- stable-2.16
|
||||
- stable-2.17
|
||||
- stable-2.18
|
||||
- devel
|
||||
|
||||
steps:
|
||||
|
@ -151,7 +153,10 @@ jobs:
|
|||
python: "3.10"
|
||||
# 2.17
|
||||
- ansible: stable-2.17
|
||||
python: "3.12"
|
||||
python: "3.7"
|
||||
# 2.18
|
||||
- ansible: stable-2.18
|
||||
python: "3.8"
|
||||
|
||||
steps:
|
||||
- name: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue