Skip to content

Commit

Permalink
Merge pull request #819 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 ee2452f + ce0d2f9 commit c214b16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ jobs:
matrix:
version:
- "1"
- "lts"
- "pre"
group:
- "Core"
- "Downstream"
- "QA"
- "Python"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-runtest-depwarn: "yes"
group: "${{ matrix.group }}"
julia-version: "${{ matrix.version }}"
julia-runtest-depwarn: "yes"
secrets: "inherit"

0 comments on commit c214b16

Please sign in to comment.