Skip to content

Commit b9b4ec8

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 7b37511 commit b9b4ec8

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
@@ -11,10 +11,15 @@ jobs:
1111
name: "Tests"
1212
strategy:
1313
matrix:
14+
version:
15+
- "1"
16+
- "lts"
17+
- "pre"
1418
group:
1519
- "Core"
1620
- "Downstream"
1721
uses: "SciML/.github/.github/workflows/tests.yml@v1"
1822
with:
23+
julia-version: "${{ matrix.version }}"
1924
group: "${{ matrix.group }}"
2025
secrets: "inherit"

0 commit comments

Comments
 (0)