File tree 4 files changed +20
-19
lines changed
4 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build-windows :
11
11
strategy :
12
+ fail-fast : false
12
13
matrix :
13
14
ocaml-compiler :
14
15
- ocaml.5.0.0,ocaml-option-mingw
25
26
uses : actions/checkout@v3
26
27
27
28
- name : Set up OCaml
28
- uses : ocaml/setup-ocaml@v2
29
+ uses : ocaml/setup-ocaml@v3
29
30
with :
30
31
ocaml-compiler : ${{ matrix.ocaml-compiler }}
31
32
opam-repositories : |
Original file line number Diff line number Diff line change 39
39
( domain-local-timeout
40
40
( >= 1 .0.1) )
41
41
( multicore-magic
42
- ( >= 2 .1 .0) )
42
+ ( >= 2 .3 .0) )
43
43
( domain_shims
44
44
( and
45
45
( >= 0 .1.0)
46
46
:with -test) )
47
47
( alcotest
48
48
( and
49
- ( >= 1 .7 .0)
49
+ ( >= 1 .8 .0)
50
50
:with -test) )
51
51
( mdx
52
52
( and
53
- ( >= 2 .3.0 )
53
+ ( >= 2 .4.1 )
54
54
:with -test) )
55
55
( sherlodoc
56
56
( and
57
57
( >= 0 .2)
58
58
:with -doc) )
59
59
( odoc
60
60
( and
61
- ( >= 2 .4.1 )
61
+ ( >= 2 .4.2 )
62
62
:with -doc) ) ) )
63
63
64
64
( package
71
71
( kcas
72
72
( = :version ) )
73
73
( multicore-magic
74
- ( >= 2 .1 .0) )
74
+ ( >= 2 .3 .0) )
75
75
( backoff
76
76
( and
77
77
( >= 0 .1.0)
86
86
:with -test) )
87
87
( multicore-bench
88
88
( and
89
- ( >= 0 .1.2 )
89
+ ( >= 0 .1.4 )
90
90
:with -test) )
91
91
( alcotest
92
92
( and
93
- ( >= 1 .7 .0)
93
+ ( >= 1 .8 .0)
94
94
:with -test) )
95
95
( qcheck-core
96
96
( and
102
102
:with -test) )
103
103
( mdx
104
104
( and
105
- ( >= 2 .3.0 )
105
+ ( >= 2 .4.1 )
106
106
:with -test) )
107
107
( sherlodoc
108
108
( and
109
109
( >= 0 .2)
110
110
:with -doc) )
111
111
( odoc
112
112
( and
113
- ( >= 2 .4.1 )
113
+ ( >= 2 .4.2 )
114
114
:with -doc) ) ) )
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ depends: [
21
21
"backoff" {>= "0.1.0"}
22
22
"domain-local-await" {>= "1.0.1"}
23
23
"domain-local-timeout" {>= "1.0.1"}
24
- "multicore-magic" {>= "2.1 .0"}
24
+ "multicore-magic" {>= "2.3 .0"}
25
25
"domain_shims" {>= "0.1.0" & with-test}
26
- "alcotest" {>= "1.7 .0" & with-test}
27
- "mdx" {>= "2.3.0 " & with-test}
26
+ "alcotest" {>= "1.8 .0" & with-test}
27
+ "mdx" {>= "2.4.1 " & with-test}
28
28
"sherlodoc" {>= "0.2" & with-doc}
29
- "odoc" {>= "2.4.1 " & with-doc}
29
+ "odoc" {>= "2.4.2 " & with-doc}
30
30
]
31
31
build: [
32
32
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ bug-reports: "https://github.com/ocaml-multicore/kcas/issues"
18
18
depends: [
19
19
"dune" {>= "3.14"}
20
20
"kcas" {= version}
21
- "multicore-magic" {>= "2.1 .0"}
21
+ "multicore-magic" {>= "2.3 .0"}
22
22
"backoff" {>= "0.1.0" & with-test}
23
23
"domain-local-await" {>= "1.0.1" & with-test}
24
24
"domain_shims" {>= "0.1.0" & with-test}
25
- "multicore-bench" {>= "0.1.2 " & with-test}
26
- "alcotest" {>= "1.7 .0" & with-test}
25
+ "multicore-bench" {>= "0.1.4 " & with-test}
26
+ "alcotest" {>= "1.8 .0" & with-test}
27
27
"qcheck-core" {>= "0.21.2" & with-test}
28
28
"qcheck-stm" {>= "0.3" & with-test}
29
- "mdx" {>= "2.3.0 " & with-test}
29
+ "mdx" {>= "2.4.1 " & with-test}
30
30
"sherlodoc" {>= "0.2" & with-doc}
31
- "odoc" {>= "2.4.1 " & with-doc}
31
+ "odoc" {>= "2.4.2 " & with-doc}
32
32
]
33
33
build: [
34
34
["dune" "subst"] {dev}
You can’t perform that action at this time.
0 commit comments