From 7082341a1bb3f1b5e47649355c239526a64894e2 Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Sat, 12 Oct 2024 21:30:25 +0200 Subject: [PATCH] ci: use ocaml 5.2 (#34) --- .github/workflows/makefile.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 46bc271..b5a0d47 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,7 +14,7 @@ jobs: matrix: ocaml-version: - 4.14 - - 5.1 + - 5.2 runs-on: ubuntu-22.04 @@ -26,11 +26,10 @@ jobs: run: sudo apt-get update - name: Set up OCaml ${{ matrix.ocaml-version }} - uses: ocaml/setup-ocaml@v2 + uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-version }} dune-cache: true - opam-depext-flags: "--with-test" allow-prerelease-opam: true - name: Install OCaml deps