Skip to content

Commit ed2690d

Browse files
authored
Merge pull request #72 from JuliaConstraints/dev
Compat and CI udpates: new release
2 parents b431249 + 1745890 commit ed2690d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version:
5353
- "1.8"
5454
- "1" # automatically expands to the latest stable 1.x release of Julia
55-
- nightly
55+
- "pre"
5656
os:
5757
- ubuntu-latest
5858
arch:
@@ -71,7 +71,7 @@ jobs:
7171
version: 1
7272
steps:
7373
- uses: actions/checkout@v4
74-
- uses: julia-actions/setup-julia@v1
74+
- uses: julia-actions/setup-julia@v2
7575
with:
7676
version: ${{ matrix.version }}
7777
arch: ${{ matrix.arch }}

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompositionalNetworks"
22
uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
33
authors = ["Jean-François Baffier"]
4-
version = "0.5.7"
4+
version = "0.5.8"
55

66
[deps]
77
ConstraintCommons = "e37357d9-0691-492f-a822-e5ea6a920954"
@@ -11,7 +11,6 @@ Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
1111
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
1212
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1313
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14-
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
1514
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
1615
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
1716
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
@@ -24,8 +23,8 @@ Distances = "0.10"
2423
JuliaFormatter = "1"
2524
OrderedCollections = "1"
2625
Random = "1"
27-
TestItemRunner = "0.2"
28-
TestItems = "0.1"
26+
TestItemRunner = "0.2, 1"
27+
TestItems = "0.1, 1"
2928
ThreadSafeDicts = "0.1"
3029
Unrolled = "0.1"
3130
julia = "1.8"
@@ -35,7 +34,8 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3534
Evolutionary = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
3635
Memoization = "6fafb56a-5788-4b4e-91ca-c0cea6611c73"
3736
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
37+
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
3838
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
3939

4040
[targets]
41-
test = ["Aqua", "Evolutionary", "Memoization", "Test", "ThreadPools"]
41+
test = ["Aqua", "Evolutionary", "Memoization", "Test", "TestItemRunner", "ThreadPools"]

src/CompositionalNetworks.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Distances
88
using JuliaFormatter
99
using OrderedCollections
1010
using Random
11-
using TestItemRunner
1211
using TestItems
1312
using ThreadSafeDicts
1413
using Unrolled

0 commit comments

Comments
 (0)