Skip to content

Commit

Permalink
Add ansible-core 2.16 to the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 19, 2023
1 parent bad1c9d commit 38a6f72
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- 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
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
- devel

steps:
Expand Down Expand Up @@ -141,10 +143,13 @@ jobs:
python: "3.9"
# 2.15
- ansible: stable-2.15
python: "3.7"
# 2.16
- ansible: stable-2.16
python: "2.7"
- ansible: stable-2.15
python: "3.5"
- ansible: stable-2.15
- ansible: stable-2.16
python: "3.6"
- ansible: stable-2.16
python: "3.11"

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note that this collection does **not** support Windows targets.

## Tested with Ansible

Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, and ansible-core 2.16 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.

## External requirements

Expand Down
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/public_suffix_list.dat no-smart-quotes
3 changes: 3 additions & 0 deletions tests/sanity/ignore-2.17.txt.license
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 38a6f72

Please sign in to comment.