Skip to content

Commit

Permalink
Being very explicit now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot committed Oct 30, 2023
1 parent f861a23 commit 08d5c40
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
python-version: ['3.10']
- os: ubuntu-22.04
python-version: ['3.9', '3.10', '3.11']
python-version: '3.9'
- os: ubuntu-22.04
python-version: '3.10'
- os: ubuntu-22.04
python-version: '3.11'
- os: ubuntu-20.04
python-version: '3.10'
- os: macos-latest
python-version: ['3.11']
python-version: '3.11'
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 08d5c40

Please sign in to comment.