Skip to content

Commit

Permalink
Merge pull request #166 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 093b1e4 + b5f9025 commit 5ec9808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/SimpleNonlinearSolve/.github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "lts"
- "pre"
group:
- "core"
- "adjoint"
Expand All @@ -38,6 +42,7 @@ jobs:

uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
group: "${{ matrix.group }}"
os: "${{ matrix.os }}"
secrets: "inherit"

0 comments on commit 5ec9808

Please sign in to comment.