Skip to content

Commit

Permalink
Update Grafana versions used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Aug 16, 2020
1 parent d32eeb9 commit 3cde83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3cde83c

Please sign in to comment.