summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml')
-rw-r--r--ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml29
1 files changed, 7 insertions, 22 deletions
diff --git a/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml b/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml
index 33251a189..3e0089fc4 100644
--- a/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml
+++ b/ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ansible-version: [stable-2.14, stable-2.15, stable-2.16, devel]
+ ansible-version: [stable-2.15, stable-2.16, stable-2.17, devel]
steps:
- name: Check out code
uses: actions/checkout@v3
@@ -47,17 +47,12 @@ jobs:
needs: [build]
strategy:
matrix:
- python: ['3.9', '3.10', '3.11']
+ python: ['3.10', '3.11']
ansible:
- - stable-2.14
- stable-2.15
- stable-2.16
+ - stable-2.17
- devel
- exclude:
- - ansible: stable-2.16
- python: '3.9'
- - ansible: devel
- python: '3.9'
runs-on: ubuntu-latest
steps:
@@ -79,17 +74,12 @@ jobs:
needs: [build]
strategy:
matrix:
- python: ['3.9', '3.10', '3.11']
+ python: ['3.10', '3.11']
ansible:
- - stable-2.14
- stable-2.15
- stable-2.16
+ - stable-2.17
- devel
- exclude:
- - ansible: stable-2.16
- python: '3.9'
- - ansible: devel
- python: '3.9'
runs-on: ubuntu-latest
steps:
- name: Perform sanity testing
@@ -108,13 +98,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ['3.9', '3.10', '3.11']
- ansible-version: [stable-2.14, stable-2.15, stable-2.16, devel]
- exclude:
- - ansible-version: stable-2.16
- python-version: '3.9'
- - ansible-version: devel
- python-version: '3.9'
+ python-version: ['3.10', '3.11']
+ ansible-version: [stable-2.15, stable-2.16, stable-2.17, devel]
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- name: Checkout the source code