Skip to content

Commit a02cb0f

Browse files
committed
Run pre-commit on all supported versions
1 parent 2393c69 commit a02cb0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,14 @@ jobs:
5050
needs: changes
5151
runs-on: ubuntu-latest
5252
if: ${{ needs.changes.outputs.changes == 'true' }}
53+
strategy:
54+
matrix:
55+
python-version: ["3.8", "3.9", "3.10"]
5356
steps:
5457
- uses: actions/checkout@v3
5558
- uses: actions/setup-python@v4
5659
with:
57-
python-version: '3.9'
60+
python-version: ${{ matrix.python-version }}
5861
- uses: pre-commit/[email protected]
5962

6063
test_ubuntu:

0 commit comments

Comments
 (0)