We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642752f commit d45715cCopy full SHA for d45715c
.github/workflows/build-wasm_of_ocaml.yml
@@ -20,7 +20,7 @@ jobs:
20
- 5.00.x
21
- 5.01.x
22
- 5.02.x
23
- - 5.3.0~beta2
+ - ocaml-compiler.5.3.0~beta2
24
separate_compilation:
25
- true
26
include:
ppx/ppx_js/tests/dune
@@ -7,14 +7,18 @@
7
(rule
8
(targets ppx.mlt.corrected)
9
(enabled_if
10
- (>= %{ocaml_version} 5.2))
+ (and
11
+ (>= %{ocaml_version} 5.2)
12
+ (< %{ocaml_version} 5.3)))
13
(action
14
(run %{exe:main.bc} %{dep:ppx.mlt})))
15
16
17
(alias runtest)
18
(package js_of_ocaml-ppx)
19
(diff ppx.mlt ppx.mlt.corrected)))
0 commit comments