Skip to content

Commit

Permalink
Use dev Merlin in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 4, 2024
1 parent 667ef4b commit 318fdde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
- windows-latest
ocaml-compiler:
- "5.2"
- ocaml-base-compiler.5.3.0~alpha1


runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
allow-prerelease-opam: true

# Remove this pin once a compatible version of Merlin has been released
# - name: Pin dev Merlin
# run: opam pin https://github.com/ocaml/merlin.git#master
- name: Pin dev Merlin
run: opam pin https://github.com/xvw/merlin.git#503-preview

- name: Build and install dependencies
run: opam install .
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
submodules: true

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "5.2"
ocaml-compiler: ocaml-base-compiler.5.3.0~alpha1
allow-prerelease-opam: true

- name: Set git user
Expand Down

0 comments on commit 318fdde

Please sign in to comment.