Skip to content

Commit

Permalink
Merge pull request #168 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 a5d4a16 + 57255f6 commit fbc926d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ concurrency:
jobs:
tests:
name: "Tests"
strategy:
matrix:
version:
- "1"
- "lts"
- "pre"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: "CPU"
julia-version: "${{ matrix.version }}"
secrets: "inherit"

0 comments on commit fbc926d

Please sign in to comment.