Update CI matrix: add stable-2.15 (#163)

* Add ignore files for bumped devel version.

* Update CI matrix.
This commit is contained in:
Felix Fontein 2023-04-04 08:12:43 +02:00 committed by GitHub
parent c1bd819db5
commit 189088611d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View file

@ -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:

View file

@ -0,0 +1 @@
update-docs.py shebang

View 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