Skip to content

Commit c819fc7

Browse files
committed
Test with Python 3.11 and 3.12, the two versions compatible with Ansible 2.17 and 2.18
1 parent 38146cd commit c819fc7

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/ansible-integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
# run tests
7171
- name: Run integration tests
7272
# Add the -vvv flag to print out more output
73-
run: ansible-test integration -v --color --python 3.10 --venv-system-site-packages
73+
run: ansible-test integration -v --color --python 3.11 --venv-system-site-packages

.github/workflows/ansible-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- stable-2.17
1717
- stable-2.18
1818
python_version:
19-
- '3.10'
2019
- '3.11'
2120
- '3.12'
2221
steps:
@@ -49,7 +48,6 @@ jobs:
4948
- stable-2.17
5049
- stable-2.18
5150
python_version:
52-
- '3.10'
5351
- '3.11'
5452
- '3.12'
5553
steps:

.github/workflows/gcloud.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
with:
3232
path: ansible_collections/google/cloud
3333

34-
- name: Set up Python 3.10
34+
- name: Set up Python 3.11
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.10'
37+
python-version: '3.11'
3838

3939
- name: Install dependencies
4040
run: |

.github/workflows/gcsfuse.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
path: ansible_collections/google/cloud
2828

29-
- name: Set up Python 3.10
29+
- name: Set up Python 3.11
3030
uses: actions/setup-python@v4
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.11'
3333

3434
- name: Install dependencies
3535
run: |

0 commit comments

Comments
 (0)