File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 52
52
version :
53
53
- " 1.8"
54
54
- " 1" # automatically expands to the latest stable 1.x release of Julia
55
- - nightly
55
+ - " pre "
56
56
os :
57
57
- ubuntu-latest
58
58
arch :
71
71
version : 1
72
72
steps :
73
73
- uses : actions/checkout@v4
74
- - uses : julia-actions/setup-julia@v1
74
+ - uses : julia-actions/setup-julia@v2
75
75
with :
76
76
version : ${{ matrix.version }}
77
77
arch : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 1
1
name = " ConstraintDomains"
2
2
uuid = " 5800fd60-8556-4464-8d61-84ebf7a0bedb"
3
3
authors = [" Jean-François Baffier" ]
4
- version = " 0.3.11 "
4
+ version = " 0.3.12 "
5
5
6
6
[deps ]
7
7
ConstraintCommons = " e37357d9-0691-492f-a822-e5ea6a920954"
8
8
Dictionaries = " 85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
9
9
Intervals = " d8418881-c3e1-53bb-8760-2df7ec849ed5"
10
10
PatternFolds = " c18a7f1d-76ad-4ce4-950d-5419b888513b"
11
11
StatsBase = " 2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
12
- TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
13
12
TestItems = " 1c621080-faea-4a02-84b6-bbd5e436b8fe"
14
13
15
14
[compat ]
@@ -18,13 +17,14 @@ Dictionaries = "0.4"
18
17
Intervals = " 1"
19
18
PatternFolds = " 0.2"
20
19
StatsBase = " 0.34"
21
- TestItemRunner = " 0.2"
22
- TestItems = " 0.1"
20
+ TestItemRunner = " 0.2, 1 "
21
+ TestItems = " 0.1, 1 "
23
22
julia = " 1.8"
24
23
25
24
[extras ]
26
25
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
27
26
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
27
+ TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
28
28
29
29
[targets ]
30
- test = [" Aqua" , " Test" ]
30
+ test = [" Aqua" , " Test" , " TestItemRunner " ]
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ using ConstraintCommons
5
5
using Dictionaries
6
6
using PatternFolds
7
7
using StatsBase
8
- using TestItemRunner
9
8
using TestItems
10
9
11
10
# Exports
You can’t perform that action at this time.
0 commit comments