Skip to content

Commit ce0d2f9

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ jobs:
2727
matrix:
2828
version:
2929
- "1"
30+
- "lts"
31+
- "pre"
3032
group:
3133
- "Core"
3234
- "Downstream"
3335
- "QA"
3436
- "Python"
3537
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3638
with:
37-
julia-runtest-depwarn: "yes"
3839
group: "${{ matrix.group }}"
3940
julia-version: "${{ matrix.version }}"
41+
julia-runtest-depwarn: "yes"
4042
secrets: "inherit"

0 commit comments

Comments
 (0)