We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f673f commit 517d460Copy full SHA for 517d460
.github/workflows/gh-pages.yml
@@ -13,9 +13,9 @@ jobs:
13
- uses: actions/checkout@main
14
15
- name: Use OCaml
16
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
17
with:
18
- ocaml-compiler: '4.14'
+ ocaml-compiler: '5.2'
19
dune-cache: false
20
21
- name: Deps
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
28
- name: Use OCaml ${{ matrix.ocaml-compiler }}
29
30
31
ocaml-compiler: ${{ matrix.ocaml-compiler }}
32
dune-cache: true
0 commit comments