Skip to content

Commit

Permalink
Release new version (compat) (#31)
Browse files Browse the repository at this point in the history
* Clean doc and related CI (#22)

* Some bench and chair

* Update for Chetan

* Update plots

* Updated visuals

* Update Project.toml

* CI and compat (#30)
  • Loading branch information
Azzaare authored Jul 10, 2024
1 parent 7c7d94a commit 8a8c2b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}

Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
matrix:
version:
- "1.7"
- "1" # automatically expands to the latest stable 1.x release of Julia
- nightly
- "1"
- "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,22 +1,22 @@
name = "ConstraintCommons"
uuid = "e37357d9-0691-492f-a822-e5ea6a920954"
authors = ["azzaare (jean-François BAFFIER)"]
version = "0.2.1"
version = "0.2.2"

[deps]
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Dictionaries = "0.4"
TestItemRunner = "0.2"
TestItems = "0.1"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
julia = "1.7"

[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"]
2 changes: 1 addition & 1 deletion src/ConstraintCommons.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ConstraintCommons

#!SECTION -- Imports
using Dictionaries
using TestItemRunner
# using TestItemRunner
using TestItems

#!SECTION -- Exports
Expand Down

0 comments on commit 8a8c2b4

Please sign in to comment.