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 1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
14+ strategy :
15+ fail-fast : false
16+ matrix :
17+ grafana : ['9.5.0', '11.6.1']
1418 steps :
1519 - uses : actions/checkout@v4
1620
5559 --env POSTGRES_PASSWORD=keycloak \
5660 --env POSTGRES_DB=keycloak \
5761 postgres:17.4
58-
62+
5963 echo "Starting Keycloak..."
6064 docker run --rm --detach \
6165 --name keycloak \
96100 --publish 3000:3000 \
97101 --volume "$(pwd):/var/lib/grafana/plugins/trino" \
98102 --env "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=trino-datasource" \
99- grafana/grafana:11.4.0
103+ grafana/grafana:${{ matrix.grafana }}
100104
101105 - name : End to end test
102106 run : |
Original file line number Diff line number Diff line change 5151 "updated" : " %TODAY%"
5252 },
5353 "dependencies" : {
54- "grafanaDependency" : " >=8.3 .0" ,
54+ "grafanaDependency" : " >=9.5 .0" ,
5555 "plugins" : []
5656 }
5757}
You can’t perform that action at this time.
0 commit comments