Skip to content

Commit

Permalink
ci: test with 1, lts and pre versions of julia
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Oct 17, 2024
1 parent f83228c commit b1b90ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "lts"
- "pre"
group:
- Core
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: ${{ matrix.group }}
julia-version: '1'
group: ${{ matrix.group }}
secrets: "inherit"

0 comments on commit b1b90ad

Please sign in to comment.