Skip to content

Commit

Permalink
Updated Matrix for Unit test and Integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Nov 30, 2023
1 parent 6a5a608 commit 30b6c85
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,17 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
ansible-version: [stable-2.13, stable-2.14, stable-2.15, devel]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
ansible-version: [stable-2.13, stable-2.14, stable-2.15, stable-2.16, devel]
exclude:
- ansible-version: devel
python-version: '3.8'
- ansible-version: devel
python-version: '3.9'
- ansible-version: stable-2.16
python-version: '3.8'
- ansible-version: stable-2.16
python-version: '3.9'
- ansible-version: stable-2.15
python-version: '3.8'
- ansible-version: stable-2.14
Expand Down Expand Up @@ -108,13 +112,17 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
ansible-version: [stable-2.13, stable-2.14, stable-2.15, devel]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
ansible-version: [stable-2.13, stable-2.14, stable-2.15, stable-2.16, devel]
exclude:
- ansible-version: devel
python-version: '3.8'
- ansible-version: devel
python-version: '3.9'
- ansible-version: stable-2.16
python-version: '3.8'
- ansible-version: stable-2.16
python-version: '3.9'
- ansible-version: stable-2.15
python-version: '3.8'
- ansible-version: stable-2.14
Expand Down Expand Up @@ -178,7 +186,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ansible-version: [stable-2.13, stable-2.14, stable-2.15, devel]
ansible-version: [stable-2.13, stable-2.14, stable-2.15, stable-2.16, devel]

steps:
- name: Set up Python 3.10
Expand Down

0 comments on commit 30b6c85

Please sign in to comment.