Skip to content

Commit 5d8d6c7

Browse files
Merge pull request #147 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 09ff4e8 + 3dd3782 commit 5d8d6c7

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
@@ -15,5 +15,13 @@ concurrency:
1515
jobs:
1616
tests:
1717
name: "Tests"
18+
strategy:
19+
matrix:
20+
version:
21+
- '1'
22+
- 'lts'
23+
- 'pre'
1824
uses: "SciML/.github/.github/workflows/tests.yml@v1"
25+
with:
26+
julia-version: "${{ matrix.version }}"
1927
secrets: "inherit"

0 commit comments

Comments
 (0)