File tree 3 files changed +9
-13
lines changed
3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,23 @@ jobs:
12
12
os :
13
13
- ubuntu-latest
14
14
ocaml-compiler :
15
- - " 4.02"
16
- - " 4.04"
17
- - " 4.06"
18
15
- " 4.08"
19
16
- " 4.10"
20
17
- " 4.12"
21
18
- " 4.14"
22
19
- " 5.0"
23
20
- " 5.2"
21
+ - " 5.3"
24
22
include :
25
23
- os : ubuntu-latest
26
- ocaml-compiler : " 5.2 "
24
+ ocaml-compiler : " 5.3 "
27
25
# We don't need to compute coverage for more than one build
28
26
send-coverage : true
29
27
# Mdx tests Mdx tests
30
28
run-mdx : true
31
29
test-sherlodoc : true
32
30
- os : macos-latest
33
- ocaml-compiler : " 5.2 "
31
+ ocaml-compiler : " 5.3 "
34
32
# - os: windows-latest
35
33
# ocaml-compiler: "5.2"
36
34
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ doc: "https://ocaml.github.io/odoc/odoc_parser"
15
15
flags: [ avoid-version ]
16
16
depends: [
17
17
"dune" {>= "3.7"}
18
- "ocaml" {>= "4.02 .0" & < "5.4"}
18
+ "ocaml" {>= "4.08 .0" & < "5.4"}
19
19
"astring"
20
20
"result"
21
21
"camlp-streams"
22
22
"ppx_expect" {with-test}
23
- ("ocaml" {< "4.04.1" & with-test} | " sexplib0" {with-test})
23
+ " sexplib0" {with-test}
24
24
]
25
25
build: [
26
26
["dune" "subst"] {dev}
Original file line number Diff line number Diff line change @@ -46,21 +46,19 @@ depends: [
46
46
"cppo" {build & >= "1.1.0"}
47
47
"dune" {>= "3.7.0"}
48
48
"fpath"
49
- "ocaml" {>= "4.02 .0" & < "5.4"}
49
+ "ocaml" {>= "4.08 .0" & < "5.4"}
50
50
"result"
51
51
"tyxml" {>= "4.4.0"}
52
52
"fmt"
53
+ "crunch" {>= "1.4.1"}
53
54
54
55
"ocamlfind" {with-test}
55
56
"yojson" {>= "2.1.0" & with-test}
56
- ("ocaml" {< "4.04.1" & with-test} | " sexplib0" {with-test})
57
+ " sexplib0" {with-test}
57
58
"conf-jq" {with-test}
58
-
59
59
"ppx_expect" {with-test}
60
60
"bos" {with-test}
61
- "crunch" {>= "1.4.1"}
62
-
63
- ("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
61
+ "bisect_ppx" {with-test & > "2.5.0"}
64
62
]
65
63
66
64
conflicts: [ "ocaml-option-bytecode-only" ]
You can’t perform that action at this time.
0 commit comments