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 34bd254 commit 0377789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
matrix:
version:
- "1"
- "1.6"
- "lts"
- "pre"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
Expand Down

0 comments on commit 0377789

Please sign in to comment.