Skip to content

Commit aa12e7f

Browse files
authored
Build with OCaml 4.14.0 (#568)
1 parent 4455d91 commit aa12e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Use OCaml
4747
uses: ocaml/setup-ocaml@v2
4848
with:
49-
ocaml-compiler: 4.12.x
49+
ocaml-compiler: 4.14.x
5050

5151
- name: Use Node.js
5252
uses: actions/setup-node@v3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Thanks for your interest. Below is an informal spec of how the plugin's server c
2525
## Install Dependencies
2626

2727
- Run `npm install` at the root. This will also install the npm modules for both the `client` and `server` folders.
28-
- `opam switch 4.12.0` (if you haven't created the switch, do it). OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
28+
- `opam switch 4.14.0` (if you haven't created the switch, do it). OPAM [here](https://opam.ocaml.org). This is needed for the `analysis` folder, which is native code.
2929
- Optionally, you can `opam install ocamlformat` and format the `.ml` files in `analysis`.
3030

3131
## Build & Run

0 commit comments

Comments
 (0)