Skip to content

Commit bd565c3

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 3028744 commit bd565c3

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
@@ -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)