Skip to content

Commit 510c505

Browse files
committed
Drop Julia v1.10
1 parent a2ad8c4 commit 510c505

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- version: '1'
2020
os: ubuntu-latest
2121
arch: x64
22-
- version: '1.6'
22+
- version: '1.10'
2323
os: ubuntu-latest
2424
arch: x64
2525
- version: '1'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1111
[compat]
1212
FillArrays = "1.15.0"
1313
MathOptInterface = "1"
14-
julia = "1.6"
14+
julia = "1.10"
1515

1616
[extras]
1717
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)