Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 332a652

Browse files
committed
ci: test with 1, lts and pre versions of julia
1 parent ef388f1 commit 332a652

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31+
version:
32+
- "1"
33+
- "lts"
34+
- "pre"
3135
group:
3236
- "core"
3337
- "adjoint"
@@ -38,6 +42,7 @@ jobs:
3842

3943
uses: "SciML/.github/.github/workflows/tests.yml@v1"
4044
with:
45+
julia-version: "${{ matrix.version }}"
4146
group: "${{ matrix.group }}"
4247
os: "${{ matrix.os }}"
4348
secrets: "inherit"

0 commit comments

Comments
 (0)