Skip to content

Commit c7f7c5c

Browse files
committed
CI: Use most recent Grafana 7.5.16, 8.5.5, and 9.0.0
1 parent 8696575 commit c7f7c5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.15", "8.4.4" ]
22+
grafana-version: [ "6.7.6", "7.5.16", "8.5.5", "9.0.0" ]
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
@@ -5,6 +5,7 @@ grafana-wtf changelog
55

66
in progress
77
===========
8+
- CI: Use most recent Grafana 7.5.16, 8.5.5, and 9.0.0-beta3
89

910
2022-03-25 0.13.3
1011
=================

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.. image:: https://img.shields.io/pypi/l/grafana-wtf.svg
1717
:target: https://github.com/panodata/grafana-wtf/blob/main/LICENSE
1818

19-
.. image:: https://img.shields.io/badge/Grafana-6.x%20--%208.x-blue.svg
19+
.. image:: https://img.shields.io/badge/Grafana-6.x%20--%209.x-blue.svg
2020
:target: https://github.com/grafana/grafana
2121
:alt: Supported Grafana versions
2222

0 commit comments

Comments
 (0)