Skip to content

Commit dc7553f

Browse files
Merge pull request #163 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 419127b + e0c6d33 commit dc7553f

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.10"
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)