We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f07caa commit 8c4a498Copy full SHA for 8c4a498
1 file changed
.github/workflows/tests.yml
@@ -15,17 +15,17 @@ on:
15
jobs:
16
test:
17
name: Python ${{ matrix.python }}
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
strategy:
20
matrix:
21
python: ['3.8', '3.9', '3.10', '3.11']
22
fail-fast: false
23
24
steps:
25
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
26
27
- name: Setup Python
28
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
29
with:
30
python-version: ${{ matrix.python }}
31
0 commit comments