Skip to content

Commit c4f3be5

Browse files
committed
Bench and test with OCaml 5.3 and drop <5.2.1 from Windows tests
1 parent 01ef4eb commit c4f3be5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
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
15+
- ocaml.5.2.1,ocaml-option-mingw
16+
- ocaml.5.3.0,ocaml-option-mingw
1817

1918
runs-on: windows-latest
2019

bench.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ocaml/opam:debian-ocaml-5.2
1+
FROM ocaml/opam:debian-ocaml-5.3
22
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
33
WORKDIR bench-dir
44
RUN sudo chown opam .

0 commit comments

Comments
 (0)