We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449da4b commit 47ec077Copy full SHA for 47ec077
.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: '5.0'
+ ocaml-compiler: '5.3'
19
dune-cache: true
20
allow-prerelease-opam: true
21
.github/workflows/main.yml
@@ -20,13 +20,13 @@ jobs:
ocaml-compiler:
- '4.08'
22
- '4.14'
23
- - '5.1'
+ - '5.03'
24
25
runs-on: ${{ matrix.os }}
26
steps:
27
28
- name: Use OCaml ${{ matrix.ocaml-compiler }}
29
30
31
ocaml-compiler: ${{ matrix.ocaml-compiler }}
32
0 commit comments