Skip to content

Commit 7aa534b

Browse files
Merge pull request #81 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 53ca290 + 02cb331 commit 7aa534b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@ concurrency:
1313
jobs:
1414
tests:
1515
name: "Tests"
16+
strategy:
17+
matrix:
18+
version:
19+
- "1"
20+
- "lts"
21+
- "pre"
1622
uses: "SciML/.github/.github/workflows/tests.yml@v1"
23+
with:
24+
julia-version: "${{ matrix.version }}"
1725
secrets: "inherit"

0 commit comments

Comments
 (0)