diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 5cefb2dd..39e90d5f 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - grafana_version: ["11.2.2", "10.4.10", "9.5.20"] + grafana_version: ["11.3.0", "10.4.11", "9.5.20"] ansible_version: ["stable-2.15", "stable-2.16", "devel"] python_version: ["3.11"] services: @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - grafana_version: ["11.2.2", "10.4.10", "9.5.20"] + grafana_version: ["11.3.0", "10.4.11", "9.5.20"] ansible_version: ["stable-2.15", "stable-2.16", "devel"] python_version: ["3.11"] services: diff --git a/README.md b/README.md index bcfa9dbe..0ea88a15 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Click on the name of a plugin or module to view that content's documentation: We aim at keeping the last 3 Major versions of Grafana tested. This collection is currently testing the modules against following versions of Grafana: ``` -grafana_version: ["11.2.2", "10.4.10", "9.5.20"] +grafana_version: ["11.3.0", "10.4.11", "9.5.20"] ``` ## Installation and Usage