From 3cde83c940f4f1b062c665f3a87e937226f674d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Sun, 16 Aug 2020 10:21:46 +0200 Subject: [PATCH] Update Grafana versions used by CI --- .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 31cce43a..3aea22cf 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - grafana_version: ["6.5.3", "6.6.2", "6.7.3", "7.0.0"] + grafana_version: ["6.7.4", "7.0.6", "7.1.3"] python_version: ["3.6"] container: image: python:${{ matrix.python_version }}-alpine diff --git a/README.md b/README.md index b9a62c3d..e9ce024e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Click on the name of a plugin or module to view that content's documentation: ## Supported Grafana versions We aim at keeping the last 3 minor versions (at least) of Grafana tested. -This collection is currently testing the modules against Grafana versions `6.5.3`, `6.6.2`, `6.7.3` and even `7.0.0`. +This collection is currently testing the modules against Grafana versions `6.7.4`, `7.0.6`, and `7.1.3`. ## Installation and Usage