Skip to content

Commit

Permalink
Update tested Grafana versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey authored Feb 11, 2024
1 parent 6773070 commit 08600a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
grafana_version: ["9.5.14", "8.5.27", "10.2.2"]
grafana_version: ["9.5.15", "8.5.27", "10.0.10"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.10"]
services:
Expand All @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
grafana_version: ["9.5.14", "8.5.27", "10.2.2"]
grafana_version: ["9.5.15", "8.5.27", "10.0.10"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.10"]
services:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Click on the name of a plugin or module to view that content's documentation:
We aim at keeping the last 3 Major versions of Grafana tested.
This collection is currently testing the modules against following versions of Grafana:
```
grafana_version: ["9.5.14", "8.5.27", "10.2.2"]
grafana_version: ["9.5.15", "8.5.27", "10.0.10"]
```

## Installation and Usage
Expand Down

0 comments on commit 08600a2

Please sign in to comment.