Skip to content

Commit

Permalink
Use matrix for the ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbaker authored and JordonPhillips committed Feb 25, 2025
1 parent bf7e0c4 commit 1a83ad2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ env:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]

steps:
- name: Checkout Repository
uses: actions/checkout@v4

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

- name: Set up JDK 17
Expand Down

0 comments on commit 1a83ad2

Please sign in to comment.