Skip to content

Commit 4eaec46

Browse files
Merge pull request #80 from SciML/lts
CI for LTS
2 parents e1232b3 + 42b81a7 commit 4eaec46

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
group:
15+
- Core
16+
version:
17+
- '1'
18+
- '1.6'
1219
steps:
1320
- uses: actions/checkout@v2
1421
- uses: julia-actions/setup-julia@v1
15-
with:
16-
version: 1
1722
- uses: actions/cache@v1
1823
env:
1924
cache-name: cache-artifacts

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Catalyst = "9"
1818
DiffEqBase = "6"
1919
DiffEqOperators = "4"
2020
ModelingToolkit = "6"
21-
julia = "1"
21+
julia = "1.6"
2222

2323
[extras]
2424
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)