From ee5a5bb97123b6b9904cce53c8499204434a996d Mon Sep 17 00:00:00 2001 From: rrey Date: Sun, 18 Aug 2024 01:29:22 +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 3bf2d2de..01d1d9e4 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.1.3", "10.4.6", "9.5.20"] + grafana_version: ["11.1.4", "10.4.7", "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.1.3", "10.4.6", "9.5.20"] + grafana_version: ["11.1.4", "10.4.7", "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 b1d5dfd4..9b29cd27 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.1.3", "10.4.6", "9.5.20"] +grafana_version: ["11.1.4", "10.4.7", "9.5.20"] ``` ## Installation and Usage