Skip to content

Commit e044805

Browse files
committed
Fix Julia version in downstream tests
1 parent 4e277d1 commit e044805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: [1,1.10]
17+
julia-version:
18+
- '1' # Latest Release
19+
- '1.10' # future LTS
1820
os: [ubuntu-latest]
1921
package:
2022
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}

0 commit comments

Comments
 (0)