Skip to content

Commit

Permalink
ci: add more jobs (pybind#2610)
Browse files Browse the repository at this point in the history
* ci: add more jobs

* ci: minor trimdown
  • Loading branch information
henryiii authored Oct 23, 2020
1 parent 4d03743 commit ace4deb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
# - 3.10.0-alpha.1 - need next release for pybind11 fix
- pypy2
- pypy3

Expand Down Expand Up @@ -54,6 +57,12 @@ jobs:
- runs-on: windows-latest
python: pypy3

# Let's drop a few macOS runs since that tends to be 2.7 or 3.8+
- runs-on: macos-latest
python: 3.6
- runs-on: macos-latest
python: 3.7

name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -175,6 +184,7 @@ jobs:
- 3.7
- 3.9
- 7
- 9
- dev
std:
- 11
Expand Down Expand Up @@ -517,6 +527,8 @@ jobs:
matrix:
python:
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy3
Expand Down Expand Up @@ -575,6 +587,8 @@ jobs:
python:
- 2.7
- 3.6
- 3.7
# todo: check/cpptest does not support 3.8+ yet

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -618,6 +632,8 @@ jobs:
fail-fast: false
matrix:
python:
- 2.7
- 3.5
- 3.7
std:
- 14
Expand Down

0 comments on commit ace4deb

Please sign in to comment.