From e8b1c1a54b90f15eef9a80a91f26b88fc9a35d43 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sun, 12 Jan 2025 01:39:13 +0900 Subject: [PATCH] Add OCaml 5.3 to CI Signed-off-by: Sora Morimoto --- .github/workflows/workflow.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 00d33feae..1a40e1682 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -25,18 +25,19 @@ jobs: - "5.0" - "5.1" - "5.2" + - "5.3" libev: - true - false include: - os: ubuntu-latest - ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression + ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression libev: false - os: macos-latest - ocaml-compiler: "5.2" + ocaml-compiler: "5.3" libev: false - os: windows-latest - ocaml-compiler: "5.2" + ocaml-compiler: "5.3" libev: false runs-on: ${{ matrix.os }} @@ -69,6 +70,5 @@ jobs: - name: Set-up OCaml uses: ocaml/setup-ocaml@v3 with: - ocaml-compiler: "5.2" - dune-cache: true + ocaml-compiler: 5 - uses: ocaml/setup-ocaml/lint-opam@v3