From a0fbbf38bc3b24638149b10c86307331079c4b0e Mon Sep 17 00:00:00 2001 From: Nocchia <133043574+NomakCooper@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:07:15 +0000 Subject: [PATCH] remove devel from ansible-test and update readme file --- .github/workflows/ansible-test.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 0e753af..c7ede12 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -31,8 +31,6 @@ jobs: ansible: - stable-2.18 - stable-2.19 - - devel - # - milestone runs-on: ubuntu-latest diff --git a/README.md b/README.md index 6b94a84..8817830 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Every voice is important. If you have something on your mind, create an issue or ## Tested with Ansible -Tested with the current `ansible-core 2.17` and `ansible-core 2.18` releases and the current development version of ansible-core. Ansible-core versions before `2.16.0` are not supported. This includes all ansible-base `2.10` and Ansible `2.9` releases. +Tested with `ansible-core 2.18` releases ( sanity-test in `ansible-core 2.19` ). Ansible-core versions before `2.16.0` are not supported. This includes all ansible-base `2.10` and Ansible `2.9` releases. Ansible Integration tests olso run on Official Docker Image and `ansible-core 2.18`: