From 0223fc14f88d25735eb4dc7dbcadef6347057517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Fri, 4 Oct 2024 12:46:31 +0200 Subject: [PATCH] fix lsp ci --- .github/workflows/ocaml-lsp-compat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ocaml-lsp-compat.yml b/.github/workflows/ocaml-lsp-compat.yml index 9153eeac9..ba836a9b4 100644 --- a/.github/workflows/ocaml-lsp-compat.yml +++ b/.github/workflows/ocaml-lsp-compat.yml @@ -34,7 +34,7 @@ jobs: os: - ubuntu-latest ocaml-compiler: - - 5.2.x + - ocaml-base-compiler.5.3.0~alpha1 # The type of runner that the job will run on runs-on: ${{ matrix.os }} @@ -52,6 +52,6 @@ jobs: - name: Check that Merlin and OCaml-LSP are co-installable run: | opam --cli=2.1 pin --with-version=dev --no-action https://github.com/voodoos/ocaml-lsp.git#merlin-503-compat - opam --cli=2.1 pin --with-version=5.0-502 --no-action . - opam install ocaml-lsp-server --with-test --ignore-constraints-on=ocamlformat + opam --cli=2.1 pin --with-version=5.3-503 --no-action . + opam install ocaml-lsp-server --ignore-constraints-on=ocamlformat