Skip to content

Commit

Permalink
Merge pull request #234 from SciML/lts
Browse files Browse the repository at this point in the history
CI for LTS
  • Loading branch information
ChrisRackauckas committed Dec 3, 2021
2 parents 5ce734d + e34585d commit 6d0a6e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
group:
- Core
- Stan
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: 1
version: ${{ matrix.version }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit 6d0a6e0

Please sign in to comment.