Skip to content

Commit

Permalink
Enable ocaml-lsp compat check
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 4, 2024
1 parent 29fdd02 commit 978bfc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ocaml-lsp-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Check ocaml-lsp compat
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
paths-ignore:
- '**.md'
- '**.txt'
Expand All @@ -14,7 +14,7 @@ on:
- 'vim/**'
- '**/emacs-lint.yml'
pull_request:
branches: [ master ]
branches: [ main ]
paths-ignore:
- '**.md'
- '**.txt'
Expand All @@ -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 }}

Expand All @@ -51,7 +51,7 @@ 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#5.2-preview
opam --cli=2.1 pin --with-version=5.0-502 --no-action .
opam --cli=2.1 pin --with-version=dev --no-action https://github.com/voodoos/ocaml-lsp.git#master
opam --cli=2.1 pin --with-version=5.2-503 --no-action .
opam install ocaml-lsp-server --with-test --ignore-constraints-on=ocamlformat

0 comments on commit 978bfc6

Please sign in to comment.