We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7db9d4 commit e859db2Copy full SHA for e859db2
.github/workflows/workflow.yml
@@ -14,7 +14,8 @@ jobs:
14
ocaml-compiler:
15
- ocaml.5.0.0,ocaml-option-mingw
16
- ocaml.5.1.1,ocaml-option-mingw
17
- - ocaml.5.2.0,ocaml-option-mingw
+ - ocaml.5.2.1,ocaml-option-mingw
18
+ - ocaml.5.3.0,ocaml-option-mingw
19
20
runs-on: windows-latest
21
bench.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ocaml/opam:debian-ocaml-5.2
+FROM ocaml/opam:debian-ocaml-5.3
2
WORKDIR /bench-dir
3
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
4
RUN sudo chown opam .
0 commit comments