Skip to content

Commit cbbcbf7

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 109c3b6 commit cbbcbf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
matrix:
2525
version:
2626
- "1"
27-
- "1.6"
27+
- "lts"
28+
- "pre"
2829
uses: "SciML/.github/.github/workflows/tests.yml@v1"
2930
with:
3031
julia-version: "${{ matrix.version }}"

0 commit comments

Comments
 (0)