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
parent 38146cdc9b
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

View file

@ -16,7 +16,6 @@ jobs:
- stable-2.17
- stable-2.18
python_version:
- '3.10'
- '3.11'
- '3.12'
steps:
@ -49,7 +48,6 @@ jobs:
- stable-2.17
- stable-2.18
python_version:
- '3.10'
- '3.11'
- '3.12'
steps:

View file

@ -31,10 +31,10 @@ jobs:
with:
path: ansible_collections/google/cloud
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |

View file

@ -26,10 +26,10 @@ jobs:
with:
path: ansible_collections/google/cloud
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |