Skip to content

Commit 51f24f9

Browse files
committed
Verify support for Grafana >= 11.6.x and 12.x
1 parent be9736a commit 51f24f9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ jobs:
2727
matrix:
2828
os: [ "ubuntu-latest" ]
2929
python-version: [ "3.8", "3.13" ]
30-
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.21", "10.3.12", "10.4.16", "11.5.2" ]
30+
grafana-version: [
31+
"6.7.6",
32+
"7.5.17",
33+
"8.5.27",
34+
"9.5.21",
35+
"10.3.12",
36+
"10.4.17",
37+
"11.6.5",
38+
"12.1.1",
39+
]
3140

3241
env:
3342
OS_TYPE: ${{ matrix.os }}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ grafana-wtf
3131
.. |license| image:: https://img.shields.io/pypi/l/grafana-wtf.svg
3232
:target: https://github.com/grafana-toolbox/grafana-wtf/blob/main/LICENSE
3333

34-
.. |grafana-versions| image:: https://img.shields.io/badge/Grafana-6.x%20--%2011.x-blue.svg
34+
.. |grafana-versions| image:: https://img.shields.io/badge/Grafana-6.x%20--%2012.x-blue.svg
3535
:target: https://github.com/grafana/grafana
3636
:alt: Supported Grafana versions
3737

tests/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
#GRAFANA_VERSION=10.1.9
66
#GRAFANA_VERSION=10.3.5
77
#GRAFANA_VERSION=10.4.1
8-
GRAFANA_VERSION=11.2.2
8+
#GRAFANA_VERSION=11.6.5
9+
GRAFANA_VERSION=12.1.1

0 commit comments

Comments
 (0)