Skip to content

Commit

Permalink
add new test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Jul 4, 2023
1 parent 688208e commit ed7e7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "pypy3.8", "pypy3.9"]
runs-on: ubuntu-latest
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ed7e7fd

Please sign in to comment.