Skip to content

Commit 7fab693

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 01fd853 commit 7fab693

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21+
version:
22+
- "1"
23+
- "lts"
24+
- "pre"
2125
group:
2226
- Core
2327
- Downstream
2428
- Downstream2
2529
uses: "SciML/.github/.github/workflows/tests.yml@v1"
2630
with:
31+
julia-version: "${{ matrix.version }}"
2732
group: "${{ matrix.group }}"
2833
secrets: "inherit"

0 commit comments

Comments
 (0)