Skip to content

Commit

Permalink
Test and bench on 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed May 14, 2024
1 parent 6a1a4d3 commit 388c001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
- ocaml.5.1.1,ocaml-option-mingw
- ocaml.5.2.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.1
FROM ocaml/opam:debian-ocaml-5.2
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
WORKDIR bench-dir
RUN sudo chown opam .
Expand Down

0 comments on commit 388c001

Please sign in to comment.