Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit fd49de7

Browse files
Merge pull request #499 from SciML/lts
CI for LTS
2 parents 79d4429 + 3ce584d commit fd49de7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ jobs:
1717
- MOLFiniteDifference
1818
- Multithreading
1919
- Misc
20+
version:
21+
- '1'
22+
- '1.6'
2023
steps:
2124
- uses: actions/checkout@v2
2225
- uses: julia-actions/setup-julia@v1
2326
with:
24-
version: 1
27+
version: ${{ matrix.version }}
2528
- uses: actions/cache@v1
2629
env:
2730
cache-name: cache-artifacts

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SciMLBase = "1.11"
4343
SparseDiffTools = "1.17"
4444
StaticArrays = "0.10, 0.11, 0.12, 1.0"
4545
SymbolicUtils = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
46-
julia = "1"
46+
julia = "1.6"
4747

4848
[extras]
4949
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"

0 commit comments

Comments
 (0)