We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ad8c4 commit 510c505Copy full SHA for 510c505
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- version: '1'
20
os: ubuntu-latest
21
arch: x64
22
- - version: '1.6'
+ - version: '1.10'
23
24
25
Project.toml
@@ -11,7 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
11
[compat]
12
FillArrays = "1.15.0"
13
MathOptInterface = "1"
14
-julia = "1.6"
+julia = "1.10"
15
16
[extras]
17
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments