File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
with :
29
29
path : ansible_collections/community/mongodb
30
30
31
- - name : Set up Python 3.10
31
+ - name : Set up Python 3.11
32
32
uses : actions/setup-python@v5
33
33
with :
34
- python-version : " 3.10 "
34
+ python-version : " 3.11 "
35
35
36
36
- name : Install ansible-base (${{ matrix.ansible_version }})
37
37
uses : nick-invision/retry@v3
@@ -62,10 +62,10 @@ jobs:
62
62
with :
63
63
path : ansible_collections/community/mongodb
64
64
65
- - name : Set up Python 3.10
65
+ - name : Set up Python 3.11
66
66
uses : actions/setup-python@v5
67
67
with :
68
- python-version : " 3.10 "
68
+ python-version : " 3.11 "
69
69
70
70
- name : Install ansible-base (${{ matrix.ansible_version }})
71
71
uses : nick-invision/retry@v3
@@ -166,7 +166,7 @@ jobs:
166
166
- python_version : " 3.10"
167
167
ansible_version : " stable-2.16"
168
168
docker_image : " default"
169
- - python_version : " 3.10 "
169
+ - python_version : " 3.11 "
170
170
ansible_version : " devel"
171
171
docker_image : " default"
172
172
steps :
You can’t perform that action at this time.
0 commit comments