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 and Nemental committed Dec 10, 2024
1 parent 40d554b commit f867ad3
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: ["11.3.0", "10.4.11", "9.5.20"]
grafana_version: ["11.4.0", "10.4.14", "9.5.20"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.11"]
services:
Expand All @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
grafana_version: ["11.3.0", "10.4.11", "9.5.20"]
grafana_version: ["11.4.0", "10.4.14", "9.5.20"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.11"]
services:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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: ["11.3.0", "10.4.11", "9.5.20"]
grafana_version: ["11.4.0", "10.4.14", "9.5.20"]
```

## Installation and Usage
Expand Down

0 comments on commit f867ad3

Please sign in to comment.