Test with Python 3.11 and 3.12, the two versions compatible with Ansible 2.17 and 2.18

This commit is contained in:
Chris Hawk 2025-01-10 15:06:25 -08:00
commit c819fc798d
4 changed files with 5 additions and 7 deletions

View file

@ -70,4 +70,4 @@ jobs:
# run tests
- name: Run integration tests
# Add the -vvv flag to print out more output
run: ansible-test integration -v --color --python 3.10 --venv-system-site-packages
run: ansible-test integration -v --color --python 3.11 --venv-system-site-packages