Skip to content

Commit 31d2363

Browse files
committed
ci: use a matrix array instead of includes
1 parent b77c967 commit 31d2363

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
include:
35-
- python_version: "3.8"
36-
- python_version: "3.9"
37-
- python_version: "3.10"
38-
- python_version: "3.11"
39-
- python_version: "3.12"
34+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4035
steps:
4136
- uses: actions/checkout@v4
4237
- name: Set up Python ${{ matrix.python_version }}

0 commit comments

Comments
 (0)