diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 85fbc432..8b0e341e 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: ["9.5.14", "8.5.27", "10.2.2"] + grafana_version: ["9.5.15", "8.5.27", "10.0.10"] ansible_version: ["stable-2.13", "stable-2.14", "devel"] python_version: ["3.10"] services: diff --git a/README.md b/README.md index 9b601a44..fab0855e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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: ["9.5.14", "8.5.27", "10.2.2"] +grafana_version: ["9.5.15", "8.5.27", "10.0.10"] ``` ## Installation and Usage