File tree 6 files changed +6
-9
lines changed
6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,6 @@ jobs:
111
111
ocaml_compiler : ocaml-variants.5.0.0+options,ocaml-option-static
112
112
- os : ubuntu-24.04
113
113
ocaml_compiler : ocaml-variants.4.14.2+options,ocaml-option-static
114
- - os : ubuntu-24.04
115
- ocaml_compiler : ocaml-variants.4.13.0+options,ocaml-option-static
116
114
117
115
runs-on : ${{matrix.os}}
118
116
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
10
+ "ocaml" {>= "4.14 "}
11
11
"cppo" {= "1.6.9"}
12
12
"dune"
13
13
]
Original file line number Diff line number Diff line change 19
19
(synopsis " ReScript compiler" )
20
20
( depends
21
21
( ocaml
22
- ( >= 4 .10 ) )
22
+ ( >= 4 .14 ) )
23
23
( ocamlformat
24
24
( and
25
25
:with -test
47
47
(synopsis " ReScript Analysis" )
48
48
( depends
49
49
( ocaml
50
- ( >= 4 .10 ) )
50
+ ( >= 4 .14 ) )
51
51
( cppo
52
52
( = 1 .6.9) )
53
53
dune) )
57
57
(synopsis " ReScript Tools" )
58
58
( depends
59
59
( ocaml
60
- ( >= 4 .10 ) )
60
+ ( >= 4 .14 ) )
61
61
( cppo
62
62
( = 1 .6.9) )
63
63
analysis
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
10
+ "ocaml" {>= "4.14 "}
11
11
"ocamlformat" {with-test & = "0.26.2"}
12
12
"yojson" {with-test & = "2.2.2"}
13
13
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
Original file line number Diff line number Diff line change 10
10
(enabled_if
11
11
(and
12
12
(<> %{profile} browser)
13
- (>= %{ocaml_version} "4.14.0")
14
13
(or
15
14
(= %{system} macosx)
16
15
; or one of Linuxes (see https://github.com/ocaml/ocaml/issues/10613)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
10
+ "ocaml" {>= "4.14 "}
11
11
"cppo" {= "1.6.9"}
12
12
"analysis"
13
13
"dune"
You can’t perform that action at this time.
0 commit comments