mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-13 11:44:40 +02:00
Update Python versions for integration tests: add Python 3.10 (#30)
* Update Python versions for integration tests (that currently do not exist). * 3.10 in YAML is 3.1...
This commit is contained in:
parent
055a07822e
commit
6bed4d1c90
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ansible-test.yml
vendored
7
.github/workflows/ansible-test.yml
vendored
|
@ -140,9 +140,16 @@ jobs:
|
|||
# - 3.7
|
||||
# - 3.8
|
||||
# - 3.9
|
||||
# - "3.10"
|
||||
# exclude:
|
||||
# - ansible: stable-2.9
|
||||
# python: 3.9
|
||||
# - ansible: stable-2.9
|
||||
# python: "3.10"
|
||||
# - ansible: stable-2.10
|
||||
# python: "3.10"
|
||||
# - ansible: stable-2.11
|
||||
# python: "3.10"
|
||||
#
|
||||
# steps:
|
||||
# - name: Check out code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue