We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91b29d commit 8be98c2Copy full SHA for 8be98c2
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- version: ['1.6', '1'] # Test against LTS and current minor release
+ version: ['1.10', '1'] # Test against LTS and current minor release
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
arch: [x64]
17
steps:
Project.toml
@@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Chuffed_jll = "77125aae-c893-5498-99e3-e30470bfa328"
[compat]
-julia = "1.6"
+julia = "1.10"
MathOptInterface = "1"
ConstraintProgrammingExtensions = "0.7"
Chuffed_jll = "=0.10.4"
0 commit comments