Skip to content

Commit

Permalink
Merge pull request #3131 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 41de08f + 51af9ae commit c1b1af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "lts"
- "pre"
group:
- InterfaceI
- InterfaceII
Expand All @@ -35,5 +39,6 @@ jobs:
- RegressionI
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
group: "${{ matrix.group }}"
secrets: "inherit"

0 comments on commit c1b1af1

Please sign in to comment.