Skip to content

Commit fbc926d

Browse files
Merge pull request #168 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents a5d4a16 + 57255f6 commit fbc926d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ 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:
2430
group: "CPU"
31+
julia-version: "${{ matrix.version }}"
2532
secrets: "inherit"

0 commit comments

Comments
 (0)