From ede14c413b2682512c05377eee9c968bc7b4a777 Mon Sep 17 00:00:00 2001 From: favonia Date: Fri, 8 Dec 2023 09:42:49 -0600 Subject: [PATCH] ci: test OCaml 5.1.1 --- .github/workflows/ocaml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ocaml.yml b/.github/workflows/ocaml.yml index efcd906..8680d82 100644 --- a/.github/workflows/ocaml.yml +++ b/.github/workflows/ocaml.yml @@ -10,7 +10,7 @@ jobs: matrix: include: - ocaml-compiler: "ocaml-base-compiler.5.0.0" - - ocaml-compiler: "ocaml-base-compiler.5.1.0" + - ocaml-compiler: "ocaml-base-compiler.5.1.1" with-doc: true runs-on: ubuntu-latest steps: