ci(tests): Use python3 version 3.10
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Execute basic tests
|
- name: Execute basic tests
|
||||||
run: tests/basic/test.sh
|
run: tests/basic/test.sh
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ for the list of changes in SaltStack.
|
|||||||
- Change Docker base image to `ubuntu:jammy-20220531`
|
- Change Docker base image to `ubuntu:jammy-20220531`
|
||||||
- Use `python3` default distro version
|
- Use `python3` default distro version
|
||||||
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
|
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
|
||||||
|
- CI(tests): Use `python3` version `3.10`
|
||||||
|
|
||||||
**3004.2**
|
**3004.2**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user