From eb12212ce1cf13f714a2768c58acd3f096e875d7 Mon Sep 17 00:00:00 2001 From: rrey Date: Sun, 1 Oct 2023 01:55:36 +0000 Subject: [PATCH] Update tested Grafana versions --- .github/workflows/ansible-test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index e8f2cd6b..5fba8143 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.2.6", "8.5.15", "7.5.16"] + grafana_version: ["9.5.12", "8.5.27", "10.1.4"] ansible_version: ["stable-2.13", "stable-2.14", "devel"] python_version: ["3.9"] services: diff --git a/README.md b/README.md index c2e7eb65..ce2a410b 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.2.6", "8.5.15", "7.5.16"] +grafana_version: ["9.5.12", "8.5.27", "10.1.4"] ``` ## Installation and Usage