Skip to content

Commit

Permalink
ci(ansible-version): update matrix to drop ansible 2.11 & 2.12 and ad…
Browse files Browse the repository at this point in the history
…d 2.14
  • Loading branch information
rrey committed Oct 9, 2022
1 parent 8576fda commit 324fcf7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python_version: ["3.8", "3.9"]
ansible_version: ["stable-2.11", "stable-2.12", "stable-2.13", "devel"]
exclude:
- python_version: "3.8"
ansible_version: "devel"
python_version: ["3.9"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
Expand All @@ -32,11 +29,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python_version: ["3.8", "3.9"]
ansible_version: ["stable-2.11", "stable-2.12", "stable-2.13", "devel"]
exclude:
- python_version: "3.8"
ansible_version: "devel"
python_version: ["3.9"]
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
Expand All @@ -52,11 +46,8 @@ jobs:
fail-fast: false
matrix:
grafana_version: ["9.1.7", "8.5.13", "7.5.16"]
ansible_version: ["stable-2.11", "stable-2.12", "stable-2.13", "devel"]
python_version: ["3.8", "3.9"]
exclude:
- python_version: "3.8"
ansible_version: "devel"
ansible_version: ["stable-2.13", "stable-2.14", "devel"]
python_version: ["3.9"]
services:
grafana:
image: grafana/grafana:${{ matrix.grafana_version }}
Expand Down
6 changes: 6 additions & 0 deletions changelogs/fragments/277-gha-ansible-test-versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

trivial:
- Update Python and Ansible versions used in test matrix.

...

0 comments on commit 324fcf7

Please sign in to comment.