Skip to content

Commit

Permalink
Update version and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Mar 15, 2024
1 parent 90ec234 commit 22e08b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- "^1.6.0-0"
- "1.10"
- 'nightly'
os:
- ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 22e08b0

Please sign in to comment.