Skip to content

Commit 51af9ae

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent 41de08f commit 51af9ae

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
@@ -25,6 +25,10 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28+
version:
29+
- "1"
30+
- "lts"
31+
- "pre"
2832
group:
2933
- InterfaceI
3034
- InterfaceII
@@ -35,5 +39,6 @@ jobs:
3539
- RegressionI
3640
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3741
with:
42+
julia-version: "${{ matrix.version }}"
3843
group: "${{ matrix.group }}"
3944
secrets: "inherit"

0 commit comments

Comments
 (0)