Skip to content

Commit 3eeb272

Browse files
blegatodow
andauthored
Bump Julia to v1.10 (#212)
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
1 parent bb9e04f commit 3eeb272

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- version: '1'
2222
os: ubuntu-latest
2323
arch: x64
24-
- version: '1.9'
24+
- version: '1.10'
2525
os: ubuntu-latest
2626
arch: x64
27-
- version: '1.9'
27+
- version: '1.10'
2828
os: ubuntu-latest
2929
arch: x86
3030
steps:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
1414
DualizationJuMPExt = "JuMP"
1515

1616
[compat]
17-
JuMP = "0.23, 1"
17+
JuMP = "1"
1818
MathOptInterface = "1"
19-
julia = "1.9"
19+
julia = "1.10"

0 commit comments

Comments
 (0)