File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 70
70
# run tests
71
71
- name : Run integration tests
72
72
# 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
Original file line number Diff line number Diff line change 16
16
- stable-2.17
17
17
- stable-2.18
18
18
python_version :
19
- - ' 3.10'
20
19
- ' 3.11'
21
20
- ' 3.12'
22
21
steps :
49
48
- stable-2.17
50
49
- stable-2.18
51
50
python_version :
52
- - ' 3.10'
53
51
- ' 3.11'
54
52
- ' 3.12'
55
53
steps :
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
with :
32
32
path : ansible_collections/google/cloud
33
33
34
- - name : Set up Python 3.10
34
+ - name : Set up Python 3.11
35
35
uses : actions/setup-python@v4
36
36
with :
37
- python-version : ' 3.10 '
37
+ python-version : ' 3.11 '
38
38
39
39
- name : Install dependencies
40
40
run : |
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
with :
27
27
path : ansible_collections/google/cloud
28
28
29
- - name : Set up Python 3.10
29
+ - name : Set up Python 3.11
30
30
uses : actions/setup-python@v4
31
31
with :
32
- python-version : ' 3.10 '
32
+ python-version : ' 3.11 '
33
33
34
34
- name : Install dependencies
35
35
run : |
You can’t perform that action at this time.
0 commit comments