Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53b99b2

Browse files
authored
Update ansible-test.yml
1 parent 42d35bd commit 53b99b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ansible-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
path: ansible_collections/community/mongodb
3030

31-
- name: Set up Python 3.10
31+
- name: Set up Python 3.11
3232
uses: actions/setup-python@v5
3333
with:
34-
python-version: "3.10"
34+
python-version: "3.11"
3535

3636
- name: Install ansible-base (${{ matrix.ansible_version }})
3737
uses: nick-invision/retry@v3
@@ -62,10 +62,10 @@ jobs:
6262
with:
6363
path: ansible_collections/community/mongodb
6464

65-
- name: Set up Python 3.10
65+
- name: Set up Python 3.11
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: "3.10"
68+
python-version: "3.11"
6969

7070
- name: Install ansible-base (${{ matrix.ansible_version }})
7171
uses: nick-invision/retry@v3
@@ -166,7 +166,7 @@ jobs:
166166
- python_version: "3.10"
167167
ansible_version: "stable-2.16"
168168
docker_image: "default"
169-
- python_version: "3.10"
169+
- python_version: "3.11"
170170
ansible_version: "devel"
171171
docker_image: "default"
172172
steps:

0 commit comments

Comments
 (0)