Skip to content

Commit 27d9663

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent a5d4a16 commit 27d9663

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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"
2329
with:
24-
group: "CPU"
30+
julia-version: "${{ matrix.version }}"
2531
secrets: "inherit"

0 commit comments

Comments
 (0)