Skip to content

Commit 3f8b8a6

Browse files
committed
ci: Improve formatting
This makes it easier to add or remove items from the matrix. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9e1b4c9 commit 3f8b8a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python: [ "3.8", "3.9", "3.10" ]
11-
os: [ ubuntu-20.04 ]
12-
10+
os:
11+
- ubuntu-20.04
12+
python:
13+
- "3.8"
14+
- "3.9"
15+
- "3.10"
1316
runs-on: ${{ matrix.os }}
1417

1518
steps:

0 commit comments

Comments
 (0)