Skip to content

Commit 545a88e

Browse files
Merge pull request #174 from SciML/lts
CI for LTS
2 parents f473dbc + c588ae0 commit 545a88e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
test:
10-
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
10+
name: ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
1111
runs-on: ${{ matrix.os }}
1212
env:
1313
GROUP: ${{ matrix.package.group }}
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: [1]
17+
julia-version: [1,1.6]
1818
os: [ubuntu-latest]
1919
package:
2020
- {user: SciML, repo: SciMLBase.jl, group: Core}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RecipesBase = "0.7, 0.8, 1.0"
2424
Requires = "0.5, 1.0"
2525
StaticArrays = "0.12, 1.0"
2626
ZygoteRules = "0.2"
27-
julia = "1.5"
27+
julia = "1.6"
2828

2929
[extras]
3030
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

0 commit comments

Comments
 (0)