Skip to content

Commit cd23389

Browse files
committed
Update CI after 5.4 release
1 parent 226e6eb commit cd23389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
- name: Set-up OCaml
4646
uses: ocaml/setup-ocaml@v3
4747
with:
48-
ocaml-compiler: "ocaml-variants.5.4.0+trunk"
48+
ocaml-compiler: "5.4"
4949

5050
# Remove this pin once a compatible version of Merlin has been released
5151
- name: Pin dev Merlin
52-
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#504-rebase
52+
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#main
5353

5454
- name: Build and install dependencies
5555
run: opam install .
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set-up OCaml
8282
uses: ocaml/setup-ocaml@v3
8383
with:
84-
ocaml-compiler: "ocaml-variants.5.4.0+trunk"
84+
ocaml-compiler: "5.4"
8585

8686
- name: Set git user
8787
run: |
@@ -90,7 +90,7 @@ jobs:
9090
9191
# Remove this pin once a compatible version of Merlin has been released
9292
- name: Pin dev Merlin
93-
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#504-rebase
93+
run: opam --cli=2.1 pin --with-version=5.6-504 https://github.com/voodoos/merlin.git#main
9494

9595
- name: Install dependencies
9696
run: |

0 commit comments

Comments
 (0)