Skip to content

Commit 34326ac

Browse files
committed
add back rest of job matrix
1 parent dd493d4 commit 34326ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/minimum.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
minimum:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
12-
fail-fast: false
1312
matrix:
14-
python-version: ['3.8']
13+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1514
os: [ubuntu-latest, windows-latest]
1615
include:
1716
- os: macos-latest
1817
python-version: '3.8'
18+
- os: macos-latest
19+
python-version: '3.12'
1920
steps:
2021
- uses: actions/checkout@v4
2122
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)