Skip to content

Commit

Permalink
ci: test with 1, lts and pre versions of julia (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam authored Oct 17, 2024
1 parent bc50df0 commit 60a26cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,13 @@ concurrency:
jobs:
tests:
name: "Tests"
strategy:
matrix:
version:
- "1"
- "lts"
- "pre"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
with:
julia-version: "${{ matrix.version }}"
secrets: "inherit"

0 comments on commit 60a26cc

Please sign in to comment.