Skip to content

Commit

Permalink
CI: Update to Grafana 8.5.21 and 9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 5, 2023
1 parent 5d555fa commit c83c7af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.15", "9.2.7" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.21", "9.4.3" ]

env:
OS_TYPE: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ grafana-wtf changelog

in progress
===========
- CI: Update to Grafana 8.5.21 and 9.4.3

2023-02-09 0.14.0
=================
Expand Down
4 changes: 2 additions & 2 deletions tests/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#GRAFANA_VERSION=6.7.6
#GRAFANA_VERSION=7.5.17
#GRAFANA_VERSION=8.5.15
GRAFANA_VERSION=9.2.7
#GRAFANA_VERSION=8.5.21
GRAFANA_VERSION=9.4.3

0 comments on commit c83c7af

Please sign in to comment.