From 22e08b038e73d34642c9a2c0d874678913c7ab24 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Fri, 15 Mar 2024 13:51:55 +0900 Subject: [PATCH] Update version and CI --- .github/workflows/CI.yml | 2 +- Project.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c85013..8eff722 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: version: - - "^1.6.0-0" + - "1.10" - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 57b826e..428d76f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ConstraintModels" uuid = "841a6ec5-cac3-4c42-9a0a-4b21c9553698" authors = ["Jean-Francois Baffier"] -version = "0.1.8" +version = "0.1.9" [deps] CBLS = "a3809bfe-37bb-4d48-a667-bac4c6be8d90" @@ -13,11 +13,11 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" [compat] CBLS = "0.1" -Constraints = "0.2" -Dictionaries = "0.3" -JuMP = "0.21" -LocalSearchSolvers = "0.3" -MathOptInterface = "0.9, 0.10" +Constraints = "0.5" +Dictionaries = "0.3, 0.4" +JuMP = "1" +LocalSearchSolvers = "0.4" +MathOptInterface = "1" julia = "1.6" [extras]