We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ef4eb commit c4f3be5Copy full SHA for c4f3be5
.github/workflows/workflow.yml
@@ -12,9 +12,8 @@ jobs:
12
fail-fast: false
13
matrix:
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
+ - ocaml.5.3.0,ocaml-option-mingw
18
19
runs-on: windows-latest
20
bench.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ocaml/opam:debian-ocaml-5.2
+FROM ocaml/opam:debian-ocaml-5.3
2
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
3
WORKDIR bench-dir
4
RUN sudo chown opam .
0 commit comments