Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
theonlypwner committed Jul 22, 2023
1 parent a80e922 commit 418de7e
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,41 @@ on:

jobs:
test:
runs-on: ${{ matrix.platform || 'ubuntu-latest' }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "pypy2.7"
- "pypy3.6"
- "pypy3.7"
- "pypy3.8"
- "pypy3.9"
include:
- python: "2.7"
- python: "3.2"
platform: windows-latest
os: windows-latest
experimental: true
- python: "3.3"
platform: windows-latest
os: windows-latest
experimental: true
- python: "3.5"
platform: windows-latest
os: ubuntu-20.04
experimental: true
- python: "3.5"
os: windows-latest
experimental: true
- python: "3.6"
- python: "3.7"
- python: "3.8"
- python: "3.9"
- python: "3.10"
- python: "pypy2.7"
- python: "pypy3.6"
- python: "pypy3.7"
- python: "pypy3.8"
- python: "pypy3.9"
os: ubuntu-20.04
experimental: true
- python: "3.6"
os: windows-latest
experimental: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 418de7e

Please sign in to comment.