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 34155fc commit 062bc67
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- "1"
- "lts"
- "pre"
arch:
- x64
- x86
Expand All @@ -27,13 +29,16 @@ jobs:
- Regression
include:
- coverage: false
- version: '1'
- version:
- "1"
- "lts"
- "pre"
arch: x64
coverage: true
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
group: ${{ matrix.group }}
julia-version: '1'
julia-version: "${{ matrix.version }}"
julia-arch: ${{ matrix.arch }}
coverage: ${{ matrix.coverage }}
secrets: "inherit"

0 comments on commit 062bc67

Please sign in to comment.