Skip to content

Commit

Permalink
Merge pull request #904 from SciML/at/julia-versions
Browse files Browse the repository at this point in the history
ci: test with `1`, `lts` and `pre` versions of julia
  • Loading branch information
ChrisRackauckas authored Oct 17, 2024
2 parents 4506f6a + 3846fd0 commit 5761524
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
fail-fast: false
matrix:
version:
- "1.10"
- "1"
- "lts"
- "pre"
group:
- "QA"
- "ODEBPINN"
Expand All @@ -41,6 +43,6 @@ jobs:
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "${{ matrix.group }}"
coverage-directories: "src,ext"
julia-version: "${{ matrix.version }}"
coverage-directories: "src,ext"
secrets: "inherit"

0 comments on commit 5761524

Please sign in to comment.