diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
commit | b643c52cf29ce5bbab738b43290af3556efa1ca9 (patch) | |
tree | 21d5c53d7a9b696627a255777cefdf6f78968824 /ansible_collections/dellemc/openmanage/.github/workflows | |
parent | Releasing progress-linux version 9.5.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.tar.xz ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.zip |
Merging upstream version 10.0.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/openmanage/.github/workflows')
-rw-r--r-- | ansible_collections/dellemc/openmanage/.github/workflows/ansible-test.yml | 29 |
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 |