mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 09:50:27 -07:00
Test with Python 3.11 and 3.12, the two versions compatible with Ansible 2.17 and 2.18
This commit is contained in:
parent
38146cdc9b
commit
c819fc798d
4 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
@ -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:
|
||||
|
|
4
.github/workflows/gcloud.yml
vendored
4
.github/workflows/gcloud.yml
vendored
|
@ -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: |
|
||||
|
|
4
.github/workflows/gcsfuse.yml
vendored
4
.github/workflows/gcsfuse.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue