Skip to content

Commit f332f32

Browse files
Merge pull request #13 from SciML/lts
CI for LTS
2 parents 767a86e + f30e7c8 commit f332f32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)