Skip to content

Commit d9d6dbf

Browse files
authored
Build with OCaml 5.1.1 (#6641)
1 parent c9705c9 commit d9d6dbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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:alpine-3.19-ocaml-5.1.0-01
37+
image: ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.1-01
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: [5.1.0]
118+
ocaml_compiler: [5.1.1]
119119

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

@@ -158,7 +158,7 @@ jobs:
158158
uses: ocaml/setup-ocaml@v2
159159
if: matrix.os == 'windows-latest'
160160
with:
161-
ocaml-compiler: ocaml-variants.5.1.0+options,ocaml-option-mingw
161+
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-mingw
162162
opam-pin: false
163163
opam-depext: false
164164
opam-repositories: |

0 commit comments

Comments
 (0)