Skip to content

Commit

Permalink
ci(tests): Use python3 version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Jul 21, 2022
1 parent 53bcf55 commit f2c07f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit f2c07f0

Please sign in to comment.