Skip to content

Commit f0c82e9

Browse files
authored
ci: test with 1, lts and pre versions of julia (#186)
1 parent 3028744 commit f0c82e9

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
@@ -20,7 +20,8 @@ jobs:
2020
matrix:
2121
version:
2222
- "1"
23-
- "1.6"
23+
- "lts"
24+
- "pre"
2425
uses: "SciML/.github/.github/workflows/tests.yml@v1"
2526
with:
2627
julia-version: "${{ matrix.version }}"

0 commit comments

Comments
 (0)