From e319ac082ef24524d8c0cc59f135f3081d43b850 Mon Sep 17 00:00:00 2001 From: "R.Sicart" Date: Sat, 2 Apr 2022 17:53:21 +0200 Subject: [PATCH] CI: add testing against ansible-core 2.13 (#326) Relates to https://github.com/ansible-collections/news-for-maintainers/issues/14 --- .github/workflows/ansible-test-plugins.yml | 5 +++++ .github/workflows/ansible-test-roles.yml | 3 +++ README.md | 1 + 3 files changed, 9 insertions(+) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index f3e7839..b7be934 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -29,6 +29,7 @@ jobs: - stable-2.10 - stable-2.11 - stable-2.12 + - stable-2.13 - devel steps: @@ -65,6 +66,7 @@ jobs: - stable-2.10 - stable-2.11 - stable-2.12 + - stable-2.13 - devel python: - 3.6 @@ -86,6 +88,8 @@ jobs: ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 + - python: 3.6 + ansible: stable-2.13 - python: 3.6 ansible: devel @@ -144,6 +148,7 @@ jobs: - stable-2.10 - stable-2.11 - stable-2.12 + - stable-2.13 - devel steps: diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index 4f85d26..5c27416 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -27,6 +27,7 @@ jobs: - stable-2.10 - stable-2.11 - stable-2.12 + - stable-2.13 - devel python: - 3.6 @@ -40,6 +41,8 @@ jobs: ansible: stable-2.11 - python: 3.6 ansible: stable-2.12 + - python: 3.6 + ansible: stable-2.13 - python: 3.6 ansible: devel diff --git a/README.md b/README.md index 9eec168..e01d83b 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Every voice is important and every idea is valuable. If you have something on yo - 2.10 - 2.11 - 2.12 +- 2.13 - devel ### Databases