Skip to content

Commit

Permalink
Merge pull request #48 from JuliaConstraints/dev
Browse files Browse the repository at this point in the history
Compat and CI updates: new release
  • Loading branch information
Azzaare authored Jul 12, 2024
2 parents 56fe4c8 + ccf3d43 commit 2e2c12d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
version:
- "1.8"
- "1" # automatically expands to the latest stable 1.x release of Julia
- nightly
- "pre"
os:
- ubuntu-latest
arch:
Expand All @@ -71,7 +71,7 @@ jobs:
version: 1
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Constraints"
uuid = "30f324ab-b02d-43f0-b619-e131c61659f7"
authors = ["Jean-François Baffier"]
version = "0.5.5"
version = "0.5.6"

[deps]
CompositionalNetworks = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
Expand All @@ -11,7 +11,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Expand All @@ -22,13 +21,14 @@ DataFrames = "1"
Dictionaries = "0.4"
MacroTools = "0.5"
PrettyTables = "2"
TestItemRunner = "0.2"
TestItems = "0.1"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
julia = "1.8"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Aqua", "Test"]
test = ["Aqua", "Test", "TestItemRunner"]
1 change: 0 additions & 1 deletion src/Constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using ConstraintDomains
using DataFrames
using Dictionaries
using PrettyTables
using TestItemRunner
using TestItems

import ConstraintCommons: extract_parameters, USUAL_CONSTRAINT_PARAMETERS
Expand Down

0 comments on commit 2e2c12d

Please sign in to comment.