Skip to content

Commit effdc78

Browse files
committed
CI: Use most recent Grafana 7.5.15 and 8.4.4
1 parent e1da759 commit effdc78

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
2121
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
22-
grafana-version: [ "6.7.6", "7.5.12", "8.3.4" ]
22+
grafana-version: [ "6.7.6", "7.5.15", "8.4.4" ]
2323
include:
2424
- os: ubuntu-latest
2525
path: ~/.cache/pip

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ in progress
1919
- Tests: Mimic Grafana 7/8 on datasource references within dashboards, newer
2020
versions have objects (uid, type) instead of bare names
2121
- Fix implementation flaw reported at #32. Thanks, @IgorOhrimenko and @carpenterbees!
22+
- CI: Use most recent Grafana 7.5.15 and 8.4.4
2223

2324

2425
2022-02-03 0.13.1

tests/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#GRAFANA_VERSION=6.7.6
2-
#GRAFANA_VERSION=7.5.12
3-
GRAFANA_VERSION=8.3.4
2+
#GRAFANA_VERSION=7.5.15
3+
GRAFANA_VERSION=8.4.4

0 commit comments

Comments
 (0)