Skip to content

Commit c34fd8c

Browse files
committed
Attempt to avoid CI failures with 5.4.0~alpha1
1 parent 27df7d1 commit c34fd8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dune-project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
(synopsis "A library to create dunolint configs")
3535
(depends
3636
(ocaml
37-
(>= 4.14))
37+
(and
38+
(>= 4.14)
39+
(< 5.4~)))
3840
(base
3941
(>= v0.16))
4042
(fpath-sexp0

dunolint-lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://mbarbin.github.io/dunolint/"
99
bug-reports: "https://github.com/mbarbin/dunolint/issues"
1010
depends: [
1111
"dune" {>= "3.17"}
12-
"ocaml" {>= "4.14"}
12+
"ocaml" {>= "4.14" & < "5.4~"}
1313
"base" {>= "v0.16"}
1414
"fpath-sexp0" {>= "0.3.1"}
1515
"ppx_compare" {>= "v0.16"}

0 commit comments

Comments
 (0)