Skip to content

Commit a41de21

Browse files
Merge pull request #94 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 109c3b6 + cbbcbf7 commit a41de21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Tests.yml

+2-1
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)