File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ${{matrix.os}}
35
35
36
36
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
38
38
39
39
steps :
40
40
# See https://github.com/actions/runner/issues/801#issuecomment-1374967227.
@@ -115,7 +115,7 @@ jobs:
115
115
ubuntu-latest,
116
116
windows-latest,
117
117
]
118
- ocaml_compiler : [4.14.0 ]
118
+ ocaml_compiler : [4.14.1 ]
119
119
120
120
runs-on : ${{matrix.os}}
121
121
Original file line number Diff line number Diff line change 16
16
17
17
- Fix issue with async and newtype in uncurried mode. https://github.com/rescript-lang/rescript-compiler/pull/6601
18
18
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
+
19
23
# 11.1.0-rc.1
20
24
21
25
#### :rocket : New Feature
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed on
41
41
opam init
42
42
43
43
# 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
45
45
46
46
# Install dev dependencies from OPAM
47
47
opam install . --deps-only
You can’t perform that action at this time.
0 commit comments