Skip to content

Commit

Permalink
ci: test with 1, lts and pre versions of julia
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Oct 17, 2024
1 parent a29271e commit e28dbc7
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 @@ -22,11 +22,16 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- "1"
- "lts"
- "pre"
os:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
os: "${{ matrix.os }}"
secrets: "inherit"

0 comments on commit e28dbc7

Please sign in to comment.