Skip to content

Commit 0e54c62

Browse files
author
Jan Waś
committed
Test with oldest supported Grafana and bump that version
1 parent 68edabe commit 0e54c62

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
jobs:
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

@@ -55,7 +59,7 @@ jobs:
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 \
@@ -96,7 +100,7 @@ jobs:
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: |

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"updated": "%TODAY%"
5252
},
5353
"dependencies": {
54-
"grafanaDependency": ">=8.3.0",
54+
"grafanaDependency": ">=9.5.0",
5555
"plugins": []
5656
}
5757
}

0 commit comments

Comments
 (0)