Skip to content

Commit bc29410

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 120fc16 commit bc29410

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
@@ -19,5 +19,13 @@ concurrency:
1919
jobs:
2020
tests:
2121
name: "Tests"
22+
strategy:
23+
matrix:
24+
version:
25+
- "1"
26+
- "lts"
27+
- "pre"
2228
uses: "SciML/.github/.github/workflows/tests.yml@v1"
29+
with:
30+
julia-version: "${{ matrix.version }}"
2331
secrets: "inherit"

0 commit comments

Comments
 (0)