Skip to content

Commit

Permalink
Merge pull request #37 from ymyzk/ocaml-5.2
Browse files Browse the repository at this point in the history
Add OCaml 5.2 to CI matrix and make it default
  • Loading branch information
ymyzk authored Jul 7, 2024
2 parents 375c980 + a6f9a3b commit 95c00ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
- 4.14.x
- 5.0.x
- 5.1.x
- 5.2.x
exclude:
- os: windows-latest
ocaml-compiler: 5.0.x
- os: windows-latest
ocaml-compiler: 5.1.x
- os: windows-latest
ocaml-compiler: 5.2.x
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:alpine-3.20-ocaml-5.1
FROM ocaml/opam:alpine-3.20-ocaml-5.2

USER root
RUN apk --update add m4
Expand All @@ -11,7 +11,7 @@ FROM alpine:3.20

RUN apk --update add rlwrap

COPY --from=0 /home/opam/.opam/5.1/bin/ldti /usr/bin/
COPY --from=0 /home/opam/.opam/5.2/bin/ldti /usr/bin/

# Workaround: sleep for 1 second to avoid the following error:
# rlwrap: error: My terminal reports width=0
Expand Down

0 comments on commit 95c00ec

Please sign in to comment.