Skip to content

Commit

Permalink
CI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jan 10, 2025
1 parent 6b7ace8 commit b30e218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ocaml-lsp-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- ocaml-base-compiler.5.3.0~alpha1
- ocaml-base-compiler.5.3.0
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}

Expand All @@ -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.3-503 --no-action .
opam --cli=2.1 pin --with-version=5.4-503 --no-action .
opam install ocaml-lsp-server --ignore-constraints-on=ocamlformat

0 comments on commit b30e218

Please sign in to comment.