Skip to content

Commit 53eb7e3

Browse files
Merge pull request #104 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 3790452 + b9b4ec8 commit 53eb7e3

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
@@ -11,10 +11,15 @@ jobs:
1111
name: "Tests"
1212
strategy:
1313
matrix:
14+
version:
15+
- "1"
16+
- "lts"
17+
- "pre"
1418
group:
1519
- "Core"
1620
- "Downstream"
1721
uses: "SciML/.github/.github/workflows/tests.yml@v1"
1822
with:
23+
julia-version: "${{ matrix.version }}"
1924
group: "${{ matrix.group }}"
2025
secrets: "inherit"

0 commit comments

Comments
 (0)