From 66f5d5ef632e4522fdb35ef9be44cb5772d8f6f9 Mon Sep 17 00:00:00 2001 From: rrey Date: Sun, 21 Apr 2024 01:27:45 +0000 Subject: [PATCH] Update tested Grafana versions --- .github/workflows/ansible-test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index a5717781..d288fbcb 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: ["8.5.27", "9.5.18", "10.4.2"] ansible_version: ["stable-2.15", "stable-2.16", "devel"] python_version: ["3.10"] services: @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - grafana_version: ["9.5.14", "8.5.27", "10.2.2"] + grafana_version: ["8.5.27", "9.5.18", "10.4.2"] ansible_version: ["stable-2.15", "stable-2.16", "devel"] python_version: ["3.10"] services: diff --git a/README.md b/README.md index 6d23f1b9..2220e0fb 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: ["8.5.27", "9.5.18", "10.4.2"] ``` ## Installation and Usage