Skip to content

Commit 88cacdf

Browse files
committed
Reintroduce test on v1.6
1 parent ebbdf06 commit 88cacdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
version:
41+
- '1.6'
4142
- '1'
4243
- '~1.10.0-0'
4344
os:

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: true
3434
matrix:
35-
julia-version: ['1']
35+
julia-version: ['1', '1.6']
3636
os: [ubuntu-latest]
3737
package:
3838
- {repo: ApproxFun.jl, group: JuliaApproximation}

0 commit comments

Comments
 (0)