Skip to content

Commit

Permalink
CI/GHA test matrix: Use Grafana 7.5.12 and 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 11, 2021
1 parent 92d3c17 commit 8a0f12d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
grafana-version: [ "6.7.6", "7.5.11", "8.3.1" ]
grafana-version: [ "6.7.6", "7.5.12", "8.3.2" ]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,7 @@ in progress
- Rename subcommand ``datasource-breakdown`` to ``explore datasources``
- Add subcommand ``explore dashboards``, e.g. for discovering dashboards using
missing data sources.
- CI/GHA test matrix: Use Grafana 7.5.12 and 8.3.2

2021-12-10 0.11.1
=================
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
@@ -1 +1 @@
GRAFANA_VERSION=8.3.1
GRAFANA_VERSION=8.3.2

0 comments on commit 8a0f12d

Please sign in to comment.