Skip to content

Commit 01dae16

Browse files
hhugovouillon
andcommitted
Fix CI (#2095)
--------- Co-authored-by: Jérôme Vouillon <[email protected]>
1 parent 0b39cc5 commit 01dae16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
(ocaml (>= 4.13))
4747
(js_of_ocaml (= :version))
4848
(js_of_ocaml-ppx (= :version))
49-
(lwt (>= 2.4.4))
49+
(lwt (and (>= 2.4.4) (<> 5.9.2)))
5050
(num :with-test)
5151
(ppx_expect (and (>= v0.14.2) :with-test))
5252
(ppxlib (and (>= 0.22.0) :with-test))

js_of_ocaml-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.13"}
1717
"js_of_ocaml" {= version}
1818
"js_of_ocaml-ppx" {= version}
19-
"lwt" {>= "2.4.4"}
19+
"lwt" {>= "2.4.4" & != "5.9.2"}
2020
"num" {with-test}
2121
"ppx_expect" {>= "v0.14.2" & with-test}
2222
"ppxlib" {>= "0.22.0" & with-test}

0 commit comments

Comments
 (0)