Closed benmandrew closed 1 year ago
ocaml --version is unsupported before 4.03 (e.g. 4.02 which is currently tested on CI).
ocaml --version
Change the command to ocaml -version which is universally supported and is intended as the main way to get the version.
ocaml -version
Fixes https://github.com/ocaml/infrastructure/issues/60.
ocaml --version
is unsupported before 4.03 (e.g. 4.02 which is currently tested on CI).Change the command to
ocaml -version
which is universally supported and is intended as the main way to get the version.Fixes https://github.com/ocaml/infrastructure/issues/60.