Skip to content

Commit 9f4301c

Browse files
committed
Build with OCaml 4.14.1
1 parent 6ab419b commit 9f4301c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
with:
4141
node-version: 16
4242

43-
- name: Use OCaml 4.14.0
43+
- name: Use OCaml 4.14.1
4444
uses: ocaml/setup-ocaml@v2
4545
with:
46-
ocaml-compiler: 4.14.0
46+
ocaml-compiler: 4.14.1
4747
opam-pin: false
4848
opam-depext: false
4949

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.15.0 - next
4+
5+
- Build with OCaml 4.14.1.
6+
37
## 0.14.0 - 2023-09-04
48

59
- Updated ReScript parser version to c4cf5fc (ReScript 10.1.4).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The ReScript parser is included as a git submodule. Therefore, after checking ou
9191

9292
git submodule update --init --recursive
9393

94-
Install OCaml and OPAM, and create an OPAM switch with OCaml version 4.14.0.
94+
Install OCaml and OPAM, and create an OPAM switch with OCaml version 4.14.1.
9595

9696
Then run
9797

0 commit comments

Comments
 (0)