Skip to content

Commit

Permalink
ci: bump ansible_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 19, 2024
1 parent 44cc870 commit bc745b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
grafana_version: ["9.5.14", "8.5.27", "10.2.2"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
ansible_version: ["stable-2.15", "stable-2.16", "devel"]
python_version: ["3.10"]
services:
grafana:
Expand Down

0 comments on commit bc745b1

Please sign in to comment.