Skip to content

Commit

Permalink
Bench and test with OCaml 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jan 9, 2025
1 parent a7db9d4 commit e859db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
- ocaml.5.1.1,ocaml-option-mingw
- ocaml.5.2.0,ocaml-option-mingw
- ocaml.5.2.1,ocaml-option-mingw
- ocaml.5.3.0,ocaml-option-mingw

runs-on: windows-latest

Expand Down
2 changes: 1 addition & 1 deletion bench.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:debian-ocaml-5.2
FROM ocaml/opam:debian-ocaml-5.3
WORKDIR /bench-dir
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
RUN sudo chown opam .
Expand Down

0 comments on commit e859db2

Please sign in to comment.