Skip to content

Commit

Permalink
devel Python version exclusive (#14)
Browse files Browse the repository at this point in the history
* devel Python version exclusive to 3.10

* change default python version to 3.10
  • Loading branch information
rainerleber authored Jul 31, 2022
1 parent c818c15 commit dd74f02
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- stable-2.11
- stable-2.12
- stable-2.13
- devel
python:
- 2.6
- 2.7
Expand All @@ -61,10 +60,13 @@ jobs:
# Because ansible-test doesn't support python3.9 for Ansible 2.9
- ansible: stable-2.9
python: 3.9
- ansible: devel
python: 2.6
- ansible: stable-2.13
python: 2.6
include:
# Test Devel on Python 3.10 only
- ansible: devel
python: '3.10'


steps:
- name: Check out code
Expand All @@ -75,7 +77,7 @@ jobs:
with:
ansible-core-version: ${{ matrix.ansible }}
target-python-version: ${{ matrix.python }}
python-version: 3.8
python-version: '3.10'
testing-type: units
test-deps: >-
ansible.netcommon
Expand Down

0 comments on commit dd74f02

Please sign in to comment.