File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
runs-on : ubuntu-latest
14
+ strategy :
15
+ fail-fast : false
16
+ matrix :
17
+ grafana : ['9.5.0', '11.6.1']
14
18
steps :
15
19
- uses : actions/checkout@v4
16
20
55
59
--env POSTGRES_PASSWORD=keycloak \
56
60
--env POSTGRES_DB=keycloak \
57
61
postgres:17.4
58
-
62
+
59
63
echo "Starting Keycloak..."
60
64
docker run --rm --detach \
61
65
--name keycloak \
96
100
--publish 3000:3000 \
97
101
--volume "$(pwd):/var/lib/grafana/plugins/trino" \
98
102
--env "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=trino-datasource" \
99
- grafana/grafana:11.4.0
103
+ grafana/grafana:${{ matrix.grafana }}
100
104
101
105
- name : End to end test
102
106
run : |
Original file line number Diff line number Diff line change 51
51
"updated" : " %TODAY%"
52
52
},
53
53
"dependencies" : {
54
- "grafanaDependency" : " >=8.3 .0" ,
54
+ "grafanaDependency" : " >=9.5 .0" ,
55
55
"plugins" : []
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments