Skip to content

Commit

Permalink
Fix Julia version in downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Oct 7, 2024
1 parent 4e277d1 commit e044805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1,1.10]
julia-version:
- '1' # Latest Release
- '1.10' # future LTS
os: [ubuntu-latest]
package:
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
Expand Down

0 comments on commit e044805

Please sign in to comment.