Skip to content

Commit e35c644

Browse files
committed
Chore: Implement suggestion by CodeRabbit
1 parent 9240856 commit e35c644

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ jobs:
2727
matrix:
2828
os: [ "ubuntu-latest" ]
2929
python-version: [ "3.8", "3.13" ]
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.5.8",
38-
"11.6.5",
39-
"12.1.1",
40-
]
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.5.8"
38+
- "11.6.5"
39+
- "12.1.1"
4140

4241
env:
4342
OS_TYPE: ${{ matrix.os }}

tests/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#GRAFANA_VERSION=6.7.6
22
#GRAFANA_VERSION=7.5.17
33
#GRAFANA_VERSION=8.5.27
4-
#GRAFANA_VERSION=9.5.18
4+
#GRAFANA_VERSION=9.5.21
55
#GRAFANA_VERSION=10.1.9
6-
#GRAFANA_VERSION=10.3.5
7-
#GRAFANA_VERSION=10.4.1
6+
#GRAFANA_VERSION=10.3.12
7+
#GRAFANA_VERSION=10.4.17
88
#GRAFANA_VERSION=11.2.2
99
#GRAFANA_VERSION=11.4.8
1010
#GRAFANA_VERSION=11.5.8

0 commit comments

Comments
 (0)