From c864078549e89ff49cadb647739dc756bf57a2f8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 24 Sep 2024 13:47:53 +0300 Subject: [PATCH] Add stable-2.18 to CI. (#317) --- .github/workflows/ansible-test.yml | 7 ++++++- README.md | 2 +- tests/sanity/ignore-2.19.txt | 2 ++ tests/sanity/ignore-2.19.txt.license | 3 +++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 tests/sanity/ignore-2.19.txt create mode 100644 tests/sanity/ignore-2.19.txt.license diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index fa62419..ad01212 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -35,6 +35,7 @@ jobs: - stable-2.15 - stable-2.16 - stable-2.17 + - stable-2.18 - 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 @@ -83,6 +84,7 @@ jobs: - stable-2.15 - stable-2.16 - stable-2.17 + - stable-2.18 - devel steps: @@ -151,7 +153,10 @@ jobs: python: "3.10" # 2.17 - ansible: stable-2.17 - python: "3.12" + python: "3.7" + # 2.18 + - ansible: stable-2.18 + python: "3.8" steps: - name: >- diff --git a/README.md b/README.md index 1bfd656..a773b72 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For more information about communication, see the [Ansible communication guide]( ## 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, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, and ansible-core 2.17 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, ansible-core 2.16, ansible-core 2.17, and ansible-core 2.18 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.19.txt b/tests/sanity/ignore-2.19.txt new file mode 100644 index 0000000..0a5234b --- /dev/null +++ b/tests/sanity/ignore-2.19.txt @@ -0,0 +1,2 @@ +update-docs.py shebang +tests/unit/compat/mock.py pylint:use-yield-from # suggested construct does not work with Python 2 diff --git a/tests/sanity/ignore-2.19.txt.license b/tests/sanity/ignore-2.19.txt.license new file mode 100644 index 0000000..edff8c7 --- /dev/null +++ b/tests/sanity/ignore-2.19.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