Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 53f0d81

Browse files
Merge pull request #5 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents f6c224d + c74baa8 commit 53f0d81

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.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)