Skip to content

Commit 3b37e41

Browse files
Merge pull request #48 from SciML/lts
CI for LTS
2 parents 16bd4d8 + 1ce78d0 commit 3b37e41

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
@@ -27,7 +27,7 @@ RecipesBase = "0.7, 0.8, 1.0"
2727
RecursiveArrayTools = "2"
2828
Reexport = "0.2, 1.0"
2929
StaticArrays = "0.10, 0.11, 0.12, 1.0"
30-
julia = "1"
30+
julia = "1.6"
3131

3232
[extras]
3333
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)