Skip to content

Commit 91096aa

Browse files
authored
Merge pull request #6600 from cknitt/ocaml-4.14.1
Use OCaml 4.14.1 (+ Alpine 3.19 container) for CI build
2 parents 453be37 + e4286ce commit 91096aa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{matrix.os}}
3535

3636
container:
37-
image: ghcr.io/rescript-lang/rescript-ci-build:v1.1.0
37+
image: ghcr.io/rescript-lang/rescript-ci-build:v1.2.0
3838

3939
steps:
4040
# See https://github.com/actions/runner/issues/801#issuecomment-1374967227.
@@ -115,7 +115,7 @@ jobs:
115115
ubuntu-latest,
116116
windows-latest,
117117
]
118-
ocaml_compiler: [4.14.0]
118+
ocaml_compiler: [4.14.1]
119119

120120
runs-on: ${{matrix.os}}
121121

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616

1717
- Fix issue with async and newtype in uncurried mode. https://github.com/rescript-lang/rescript-compiler/pull/6601
1818

19+
#### :house: Internal
20+
21+
- Use OCaml 4.14.1 (+ Alpine 3.19 container) for CI build. https://github.com/rescript-lang/rescript-compiler/pull/6600
22+
1923
# 11.1.0-rc.1
2024

2125
#### :rocket: New Feature

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed on
4141
opam init
4242

4343
# Any recent OCaml version works as a development compiler
44-
opam switch create 4.14.0 # can also create local switch with opam switch create . 4.14.0
44+
opam switch create 4.14.1 # can also create local switch with opam switch create . 4.14.1
4545

4646
# Install dev dependencies from OPAM
4747
opam install . --deps-only

0 commit comments

Comments
 (0)