mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 02:04:33 +02:00
Update CI matrix: add stable-2.15 (#163)
* Add ignore files for bumped devel version. * Update CI matrix.
This commit is contained in:
parent
c1bd819db5
commit
189088611d
3 changed files with 9 additions and 6 deletions
11
.github/workflows/ansible-test.yml
vendored
11
.github/workflows/ansible-test.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
- stable-2.12
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
- stable-2.15
|
||||
- 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
|
||||
|
@ -75,6 +76,7 @@ jobs:
|
|||
- stable-2.12
|
||||
- stable-2.13
|
||||
- stable-2.14
|
||||
- stable-2.15
|
||||
- devel
|
||||
|
||||
steps:
|
||||
|
@ -127,17 +129,14 @@ jobs:
|
|||
# 2.12
|
||||
- ansible: stable-2.12
|
||||
python: 3.8
|
||||
- ansible: stable-2.12
|
||||
python: "3.10"
|
||||
# 2.13
|
||||
- ansible: stable-2.13
|
||||
python: 3.8
|
||||
- ansible: stable-2.13
|
||||
python: "3.10"
|
||||
# 2.14
|
||||
- ansible: stable-2.14
|
||||
python: 3.9
|
||||
- ansible: stable-2.14
|
||||
python: "3.9"
|
||||
# 2.15
|
||||
- ansible: stable-2.15
|
||||
python: "3.11"
|
||||
|
||||
steps:
|
||||
|
|
1
tests/sanity/ignore-2.16.txt
Normal file
1
tests/sanity/ignore-2.16.txt
Normal file
|
@ -0,0 +1 @@
|
|||
update-docs.py shebang
|
3
tests/sanity/ignore-2.16.txt.license
Normal file
3
tests/sanity/ignore-2.16.txt.license
Normal file
|
@ -0,0 +1,3 @@
|
|||
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
SPDX-FileCopyrightText: Ansible Project
|
Loading…
Add table
Add a link
Reference in a new issue