Skip to content

Commit

Permalink
Merge pull request #306 from JuliaDiff/gd/fixversions
Browse files Browse the repository at this point in the history
Fix Julia version in downstream tests
  • Loading branch information
ChrisRackauckas authored Oct 7, 2024
2 parents 4e277d1 + e044805 commit 4e36edd
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 4e36edd

Please sign in to comment.