Skip to content

Commit 5064e2c

Browse files
Merge pull request #88 from SciML/lts
CI for LTS
2 parents bbaa315 + b58a2fb commit 5064e2c

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
@@ -21,7 +21,7 @@ Latexify = "0.14, 0.15"
2121
ModelingToolkit = "7"
2222
Reexport = "0.2, 1.0"
2323
SciMLBase = "1.3"
24-
julia = "1.3"
24+
julia = "1.6"
2525

2626
[extras]
2727
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"

0 commit comments

Comments
 (0)