diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index bb8916e..a0453b0 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -48,7 +48,6 @@ jobs: - stable-2.11 - stable-2.12 - stable-2.13 - - devel python: - 2.6 - 2.7 @@ -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 @@ -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