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