GitHub Actions Iterations

This commit is contained in:
Semantic Versioner 2023-07-22 05:17:53 -04:00
parent f5204b496f
commit d2a3d5de6f

View File

@ -10,11 +10,12 @@ on:
jobs: jobs:
test: test:
name: Unit Tests name: Unit Tests
runs-on: ubuntu-22.04 runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-22.04, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps: steps:
- name: Checkout - name: Checkout