diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 9f46e08..a5b3519 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -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: diff --git a/tests/sanity/ignore-2.16.txt b/tests/sanity/ignore-2.16.txt new file mode 100644 index 0000000..ce635c3 --- /dev/null +++ b/tests/sanity/ignore-2.16.txt @@ -0,0 +1 @@ +update-docs.py shebang diff --git a/tests/sanity/ignore-2.16.txt.license b/tests/sanity/ignore-2.16.txt.license new file mode 100644 index 0000000..edff8c7 --- /dev/null +++ b/tests/sanity/ignore-2.16.txt.license @@ -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