There was an error while loading. Please reload this page.
1 parent bb9e04f commit 3eeb272Copy full SHA for 3eeb272
2 files changed
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
- version: '1'
22
os: ubuntu-latest
23
arch: x64
24
- - version: '1.9'
+ - version: '1.10'
25
26
27
28
29
arch: x86
30
steps:
Project.toml
@@ -14,6 +14,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
14
DualizationJuMPExt = "JuMP"
15
16
[compat]
17
-JuMP = "0.23, 1"
+JuMP = "1"
18
MathOptInterface = "1"
19
-julia = "1.9"
+julia = "1.10"
0 commit comments