Skip to content

Commit 1a83ad2

Browse files
haydenbakerJordonPhillips
authored andcommitted
Use matrix for the ci job
1 parent bf7e0c4 commit 1a83ad2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ env:
1111
jobs:
1212
ci:
1313
runs-on: ubuntu-latest
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
python-version: ["3.12"]
18+
1419
steps:
1520
- name: Checkout Repository
1621
uses: actions/checkout@v4
1722

18-
- name: Set up Python 3.12
23+
- name: Set up Python ${{ matrix.python-version }}
1924
uses: actions/setup-python@v5
2025

2126
- name: Set up JDK 17

0 commit comments

Comments
 (0)