Skip to content

Commit 38fa48a

Browse files
Merge pull request #80 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 95340cd + cff23c6 commit 38fa48a

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
@@ -24,11 +24,16 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27+
version:
28+
- "1"
29+
- "lts"
30+
- "pre"
2731
os:
2832
- "ubuntu-latest"
2933
- "macos-latest"
3034
- "windows-latest"
3135
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3236
with:
37+
julia-version: "${{ matrix.version }}"
3338
os: "${{ matrix.os }}"
3439
secrets: "inherit"

0 commit comments

Comments
 (0)