Skip to content

Commit

Permalink
add Julia test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clonkk committed Oct 21, 2024
1 parent 77f4449 commit 0e1616b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
os:
- ubuntu-latest
- macOS-latest
julia:
- 1.10
- 1.11
- lts

steps:
- uses: actions/checkout@v4
Expand All @@ -34,6 +38,8 @@ jobs:
uses: julia-actions/setup-julia@latest
with:
show-versioninfo: 'true'
arch: ${{ runner.arch }}
version: '${{ matrix.julia }}'

- run: nimble install -y
env:
Expand Down

0 comments on commit 0e1616b

Please sign in to comment.