Skip to content

Commit 5761524

Browse files
Merge pull request #904 from SciML/at/julia-versions
ci: test with `1`, `lts` and `pre` versions of julia
2 parents 4506f6a + 3846fd0 commit 5761524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
version:
27-
- "1.10"
27+
- "1"
28+
- "lts"
29+
- "pre"
2830
group:
2931
- "QA"
3032
- "ODEBPINN"
@@ -41,6 +43,6 @@ jobs:
4143
uses: "SciML/.github/.github/workflows/tests.yml@v1"
4244
with:
4345
group: "${{ matrix.group }}"
44-
coverage-directories: "src,ext"
4546
julia-version: "${{ matrix.version }}"
47+
coverage-directories: "src,ext"
4648
secrets: "inherit"

0 commit comments

Comments
 (0)