Skip to content

Commit 0b3eaa1

Browse files
committed
Drop 1.6 and require DiffEqBase 6.130
1 parent 83c0723 commit 0b3eaa1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- Core
1616
version:
1717
- '1'
18-
- '1.6'
1918
steps:
2019
- uses: actions/checkout@v3
2120
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
2828
ADTypes = "0.2"
2929
ArrayInterface = "6.0.24, 7"
3030
ConcreteStructs = "0.2"
31-
DiffEqBase = "6"
31+
DiffEqBase = "6.130"
3232
EnumX = "1"
3333
Enzyme = "0.11"
3434
FiniteDiff = "2"
@@ -44,7 +44,7 @@ SparseDiffTools = "2.6"
4444
StaticArraysCore = "1.4"
4545
UnPack = "1.0"
4646
Zygote = "0.6"
47-
julia = "1.6"
47+
julia = "1.9"
4848

4949
[extras]
5050
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)