Skip to content

Commit 9532eb3

Browse files
committed
🔧 Use same previous yaml style lists
1 parent 5d37195 commit 9532eb3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,16 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
33-
pydantic-version: ["v2"]
32+
python-version:
33+
- "3.8"
34+
- "3.9"
35+
- "3.10"
36+
- "3.11"
37+
- "3.12"
38+
- "3.13"
39+
- "3.14"
40+
pydantic-version:
41+
- "v2"
3442
include:
3543
- python-version: "3.8"
3644
pydantic-version: "v1"

0 commit comments

Comments
 (0)