We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c818c15 commit dd74f02Copy full SHA for dd74f02
.github/workflows/ansible-test.yml
@@ -48,7 +48,6 @@ jobs:
48
- stable-2.11
49
- stable-2.12
50
- stable-2.13
51
- - devel
52
python:
53
- 2.6
54
- 2.7
@@ -61,10 +60,13 @@ jobs:
61
60
# Because ansible-test doesn't support python3.9 for Ansible 2.9
62
- ansible: stable-2.9
63
python: 3.9
64
- - ansible: devel
65
- python: 2.6
66
- ansible: stable-2.13
67
python: 2.6
+ include:
+ # Test Devel on Python 3.10 only
+ - ansible: devel
68
+ python: '3.10'
69
+
70
71
steps:
72
- name: Check out code
@@ -75,7 +77,7 @@ jobs:
75
77
with:
76
78
ansible-core-version: ${{ matrix.ansible }}
79
target-python-version: ${{ matrix.python }}
- python-version: 3.8
80
+ python-version: '3.10'
81
testing-type: units
82
test-deps: >-
83
ansible.netcommon
0 commit comments