Skip to content

Commit 45609cb

Browse files
Added 3.13 Python Version for Unit and Sanity Test (#84)
* Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test * Added 3.13 Python Version for Unit and Sanity Test
1 parent c9f9f3a commit 45609cb

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

.github/workflows/ansible-test.yml

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
python: ['3.10', '3.11', '3.12']
52+
python: ['3.11', '3.12', '3.13']
5353
ansible:
5454
- stable-2.16
5555
- stable-2.17
5656
- stable-2.18
5757
- devel
5858
exclude:
59-
- ansible: stable-2.18
60-
python: '3.10'
61-
- ansible: devel
62-
python: '3.10'
59+
- ansible: stable-2.16
60+
python: '3.13'
61+
- ansible: stable-2.17
62+
python: '3.13'
6363

6464
steps:
6565
- name: Perform unit testing with ansible-test
@@ -78,32 +78,8 @@ jobs:
7878
# https://docs.ansible.com/ansible/latest/dev_guide/testing_sanity.html
7979

8080
sanity:
81-
name: Sanity (Ⓐ${{ matrix.ansible }} with ${{ matrix.python }} python)
8281
needs: [build]
83-
strategy:
84-
matrix:
85-
python: ['3.10', '3.11', '3.12']
86-
ansible:
87-
- stable-2.16
88-
- stable-2.17
89-
- stable-2.18
90-
- devel
91-
exclude:
92-
- ansible: stable-2.18
93-
python: '3.10'
94-
- ansible: devel
95-
python: '3.10'
96-
runs-on: ubuntu-latest
97-
steps:
98-
- name: Perform sanity testing
99-
uses: ansible-community/ansible-test-gh-action@release/v1
100-
with:
101-
ansible-core-version: ${{ matrix.ansible }}
102-
target-python-version: ${{ matrix.python }}
103-
testing-type: sanity
104-
pull-request-change-detection: true
105-
coverage: never
106-
82+
uses: ansible/ansible-content-actions/.github/workflows/sanity.yaml@main
10783
ansible-lint:
10884
needs: [build]
10985
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main

0 commit comments

Comments
 (0)