Skip to content

Commit 9d277e4

Browse files
committed
CI: Update to Grafana 9.5.13 and 10.1.5
1 parent 8814e13 commit 9d277e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ "ubuntu-latest" ]
2828
python-version: [ "3.7", "3.11" ]
29-
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.12", "10.1.4" ]
29+
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.13", "10.1.5" ]
3030

3131
env:
3232
OS_TYPE: ${{ matrix.os }}

tests/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#GRAFANA_VERSION=6.7.6
22
#GRAFANA_VERSION=7.5.17
33
#GRAFANA_VERSION=8.5.27
4-
#GRAFANA_VERSION=9.5.12
5-
GRAFANA_VERSION=10.1.4
4+
#GRAFANA_VERSION=9.5.13
5+
GRAFANA_VERSION=10.1.5

0 commit comments

Comments
 (0)