Skip to content

Commit 3e96ffa

Browse files
committed
use Python 3.7 for tests
* Use Python 3.7 for tests, because 3.6 is not available for Ubuntu 22.04. * Update setup-python from 2.1.4 to the latest, 5.5.0.
1 parent 548f782 commit 3e96ffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- name: set up python
9-
uses: actions/setup-python@v2.1.4
9+
uses: actions/setup-python@v5.5.0
1010
with:
11-
python-version: 3.6
11+
python-version: 3.7
1212
- name: install vim-vint
1313
run: |
1414
python -m pip install --upgrade pip
@@ -35,9 +35,9 @@ jobs:
3535
with:
3636
go-version: ${{ matrix.go }}
3737
- name: set up python
38-
uses: actions/setup-python@v2.1.4
38+
uses: actions/setup-python@v5.5.0
3939
with:
40-
python-version: 3.6
40+
python-version: 3.7
4141
- name: install covimerage
4242
run: |
4343
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)