Skip to content

Commit

Permalink
ci: trigger matrix -- do not merge this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Feb 2, 2024
1 parent e8caab1 commit 4254ddb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
# For regular pushes, we just test the baseline Python version, but when pushing
# to main or release, we want to exercise the full matrix.
name: Run Matrix Tests
on:
push:
branches: [main, release]
on: push
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 4254ddb

Please sign in to comment.