Skip to content

Commit c27768b

Browse files
authored
Merge pull request #512 from ocaml-multicore/bump-setup-ocaml
Use setup-ocaml 3 for opam workflow
2 parents 3dc9ce1 + f6f2863 commit c27768b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/opam.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- 5.0.0
2626
- 5.1.0
2727
- 5.2.0
28-
- ocaml-variants.5.3.0+trunk
28+
- 5.3.0
29+
- ocaml-variants.5.4.0+trunk
2930

3031
runs-on: ubuntu-latest
3132

@@ -34,10 +35,9 @@ jobs:
3435
uses: actions/checkout@v4
3536

3637
- name: Install OCaml compiler
37-
uses: ocaml/setup-ocaml@v2
38+
uses: ocaml/setup-ocaml@v3
3839
with:
3940
ocaml-compiler: ${{ matrix.ocaml-compiler }}
40-
opam-depext: false
4141

4242
- name: Test installation of the OPAM packages
4343
run: |

0 commit comments

Comments
 (0)