Skip to content

Commit 3c3858b

Browse files
Merge pull request #45 from SciML/lts
CI for LTS
2 parents 878c97e + a60b0f8 commit 3c3858b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ jobs:
1414
group:
1515
- Core
1616
- Downstream
17+
version:
18+
- '1'
19+
- '1.6'
1720
steps:
1821
- uses: actions/checkout@v2
1922
- uses: julia-actions/setup-julia@v1
20-
with:
21-
version: 1
2223
- uses: actions/cache@v1
2324
env:
2425
cache-name: cache-artifacts

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SciMLBase = "1"
2929
Setfield = "0.7, 0.8"
3030
StaticArrays = "0.12,1.0"
3131
UnPack = "1.0"
32-
julia = "1"
32+
julia = "1.6"
3333

3434
[extras]
3535
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)