Skip to content

Commit

Permalink
CI and compat (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare authored Jul 10, 2024
1 parent 28938bb commit 881d6ac
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,15 +1,14 @@
name = "ConstraintDomains"
uuid = "5800fd60-8556-4464-8d61-84ebf7a0bedb"
authors = ["Jean-François Baffier"]
version = "0.3.11"
version = "0.3.12"

[deps]
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
PatternFolds = "c18a7f1d-76ad-4ce4-950d-5419b888513b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
Expand All @@ -18,13 +17,14 @@ Dictionaries = "0.4"
Intervals = "1"
PatternFolds = "0.2"
StatsBase = "0.34"
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/ConstraintDomains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using ConstraintCommons
using Dictionaries
using PatternFolds
using StatsBase
using TestItemRunner
using TestItems

# Exports
Expand Down

0 comments on commit 881d6ac

Please sign in to comment.