Skip to content

Commit

Permalink
Merge pull request #349 from felixs88/collections
Browse files Browse the repository at this point in the history
ansible version 2.11 added in github workflows actions
  • Loading branch information
sachin-apa authored Dec 17, 2021
2 parents c570cf6 + 5bfbd98 commit 6cc846e
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible-version: [stable-2.10]
ansible-version: [stable-2.10, stable-2.11]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
fail-fast: false
matrix:
python-version: [2.7, 3.8, 3.9]
ansible-version: [stable-2.10, devel]
ansible-version: [stable-2.10, stable-2.11, devel]
exclude:
- ansible-version: devel
python-version: 2.7
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible-version: [stable-2.9, stable-2.10, devel]
ansible-version: [stable-2.9, stable-2.10, stable-2.11, devel]

steps:
- name: Set up Python 3.8
Expand Down

0 comments on commit 6cc846e

Please sign in to comment.