mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
test: set up python version matrix
This commit is contained in:
parent
42210907f5
commit
9509762635
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -14,12 +14,15 @@ jobs:
|
||||
test:
|
||||
name: Run tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: ['3.8', '3.12']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: ${{ matrix.version }}
|
||||
|
||||
- uses: ./.github/workflows/setup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user