We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea05fab commit 6569c90Copy full SHA for 6569c90
1 file changed
.github/workflows/w3c-publish.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup OCaml
49
uses: ocaml/setup-ocaml@v3
50
with:
51
- ocaml-compiler: 4.14.x
+ ocaml-compiler: 5.04.x
52
- name: Setup Dune
53
if: ${{ matrix.spec == 'core' }}
54
run: opam install --yes dune menhir mdx zarith && opam exec dune --version
0 commit comments