Skip to content

Commit a3de043

Browse files
Merge pull request #337 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 134df80 + a98273a commit a3de043

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
@@ -20,10 +20,15 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23+
version:
24+
- "1"
25+
- "lts"
26+
- "pre"
2327
group:
2428
- "Core"
2529
- "QA"
2630
uses: "SciML/.github/.github/workflows/tests.yml@v1"
2731
with:
32+
julia-version: "${{ matrix.version }}"
2833
group: "${{ matrix.group }}"
2934
secrets: "inherit"

0 commit comments

Comments
 (0)