Skip to content

Commit 8a30c00

Browse files
authored
Use min version in downstream tests (#367)
1 parent bb44f49 commit 8a30c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: true
3737
matrix:
38-
julia-version: [1, 'lts']
38+
julia-version: [1, 'min']
3939
os: [ubuntu-latest]
4040
package:
4141
- {repo: ApproxFun.jl, group: JuliaApproximation}

0 commit comments

Comments
 (0)