Skip to content

Commit 4b655ef

Browse files
Merge pull request #27488 from jmid/avoid-saturn-041
Avoid runtest on saturn.0.4.1 with OCaml 4
2 parents 3a1a2e9 + 7f98f71 commit 4b655ef

File tree

1 file changed

+1
-1
lines changed
  • packages/saturn/saturn.0.4.1

1 file changed

+1
-1
lines changed

packages/saturn/saturn.0.4.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build: [
2929
"-j"
3030
jobs
3131
"@install"
32-
"@runtest" {with-test}
32+
"@runtest" {with-test & ocaml:version >= "5.0.0"}
3333
"@doc" {with-doc}
3434
]
3535
]

0 commit comments

Comments
 (0)