ci(tests): Use python3 version 3.10

This commit is contained in:
Carlos Álvaro
2022-07-21 12:32:05 +02:00
parent 53bcf55eda
commit f2c07f0b65
2 changed files with 2 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- name: Execute basic tests
run: tests/basic/test.sh

View File

@@ -10,6 +10,7 @@ for the list of changes in SaltStack.
- Change Docker base image to `ubuntu:jammy-20220531`
- Use `python3` default distro version
- Install `python3-pygit2` version `1.6.1` from Ubuntu repositories
- CI(tests): Use `python3` version `3.10`
**3004.2**