1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 18:41:32 +00:00

Run tests on Windows

This commit is contained in:
Mike Naberezny 2021-12-26 16:16:29 -08:00
parent cdec5df4ef
commit 73f68ff652

View File

@ -4,11 +4,13 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-18.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8] python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-18.04, windows-2019]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2