Skip to content

Commit

Permalink
Re-add Julia 1.6 compat for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 2, 2024
1 parent 0a42304 commit c26adf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- InterfaceI
version:
- '1' # Latest Release
- '1.10' # future LTS
- '1.6' # LTS
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1,1.10]
julia-version: [1,1.6]
os: [ubuntu-latest]
package:
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SparseDiffToolsSymbolicsExt = "Symbolics"
SparseDiffToolsZygoteExt = "Zygote"

[compat]
ADTypes = "1.0.0"
ADTypes = "1.1.0"
Adapt = "3, 4"
ArrayInterface = "7.4.2"
Compat = "4"
Expand All @@ -68,7 +68,7 @@ Tricks = "0.1.6"
UnPack = "1"
VertexSafeGraphs = "0.2"
Zygote = "0.6"
julia = "1.10"
julia = "1.6"

[extras]
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
Expand Down

0 comments on commit c26adf8

Please sign in to comment.