Skip to content

Commit 539b364

Browse files
committed
extend grid
1 parent 2c45446 commit 539b364

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,24 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
python-version:
29-
- "3.8"
30-
- "3.9"
31-
- "3.10"
32-
- "3.11"
33-
- "3.12"
34-
os: ubuntu-latest
28+
os: [ ubuntu-latest, windows-latest, macos-latest ]
29+
python-version: [ "3.12" ]
3530
pydantic-version:
3631
- pydantic-v1
3732
- pydantic-v2
33+
include:
34+
- os: macos-latest
35+
python-version: "3.8"
36+
pydantic-version: pydantic-v1
37+
- os: windows-latest
38+
python-version: "3.9"
39+
pydantic-version: pydantic-v2
40+
- os: ubuntu-latest
41+
python-version: "3.10"
42+
pydantic-version: pydantic-v1
43+
- os: macos-latest
44+
python-version: "3.11"
45+
pydantic-version: pydantic-v2
3846
fail-fast: false
3947
runs-on: ${{ matrix.os }}
4048
steps:

0 commit comments

Comments
 (0)