Skip to content

Commit 7375f04

Browse files
committed
Upgrade integration test's python version to 3.11 and upgrade setup-python to v4
1 parent a330304 commit 7375f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-latest]
47-
python-version: [3.9]
47+
python-version: ['3.11']
4848

4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Install poetry
5252
run: pipx install poetry
5353
- name: Set up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v3
54+
uses: actions/setup-python@v4
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
cache: 'poetry'

0 commit comments

Comments
 (0)