From 5affbf6b058656499e5fcf76300db73d7795e491 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 21 Sep 2022 10:40:45 +0200 Subject: [PATCH] Add stable-2.14 to CI. (#112) --- .github/workflows/ansible-test.yml | 7 +++++++ .github/workflows/docs-pr.yml | 2 +- README.md | 2 +- tests/sanity/ignore-2.15.txt | 1 + tests/sanity/ignore-2.15.txt.license | 3 +++ 5 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 tests/sanity/ignore-2.15.txt create mode 100644 tests/sanity/ignore-2.15.txt.license diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 23395cf..1c9550f 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -31,6 +31,7 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 + - stable-2.14 - devel runs-on: ubuntu-latest steps: @@ -57,6 +58,7 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 + - stable-2.14 - devel steps: @@ -108,6 +110,11 @@ jobs: 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.11" steps: - name: >- diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index ef44a68..9a587c7 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -19,7 +19,7 @@ jobs: uses: ansible-community/github-docs-build/.github/workflows/_shared-docs-build-pr.yml@main with: init-fail-on-error: true - ansible-ref: devel + ansible-ref: stable-2.14 comment: permissions: diff --git a/README.md b/README.md index 779b185..d5b538b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can find [documentation for the modules and plugins in this collection here] ## Tested with Ansible -Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 and ansible-core 2.13 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, and ansible-core 2.14 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. ## External requirements diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt new file mode 100644 index 0000000..ce635c3 --- /dev/null +++ b/tests/sanity/ignore-2.15.txt @@ -0,0 +1 @@ +update-docs.py shebang diff --git a/tests/sanity/ignore-2.15.txt.license b/tests/sanity/ignore-2.15.txt.license new file mode 100644 index 0000000..edff8c7 --- /dev/null +++ b/tests/sanity/ignore-2.15.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