Skip to content

Commit 02cb331

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 53ca290 commit 02cb331

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: "Tests"
16+
strategy:
17+
matrix:
18+
version:
19+
- "1"
20+
- "lts"
21+
- "pre"
1622
uses: "SciML/.github/.github/workflows/tests.yml@v1"
23+
with:
24+
julia-version: "${{ matrix.version }}"
1725
secrets: "inherit"

0 commit comments

Comments
 (0)