Skip to content

Commit

Permalink
expand oldest dependency test into matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 7, 2022
1 parent e960894 commit 14db8c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,12 @@ jobs:
test_oldestdeps_with_coverage:
name: run tests with the oldest supported version of key dependencies with coverage
needs: [ style, audit, dependencies ]
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python: [ 3.9 ]
os: [ ubuntu-latest, macos-latest ]
python: [ 3.8, 3.9 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 14db8c2

Please sign in to comment.