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 92999d5 commit 55eb9c2Copy full SHA for 55eb9c2
.github/workflows/gh-pages.yml
@@ -13,9 +13,9 @@ jobs:
13
uses: actions/checkout@v3
14
15
- name: Use OCaml
16
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
17
with:
18
- ocaml-compiler: 5.1.x
+ ocaml-compiler: 5.03.x
19
dune-cache: true
20
allow-prerelease-opam: true
21
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
ocaml-compiler:
- 4.08.x
- 4.14.x
- - 5.01.x
+ - 5.03.x
22
23
runs-on: ${{ matrix.os }}
24
@@ -30,7 +30,7 @@ jobs:
30
if: ${{ matrix.os == 'ubuntu-latest' }}
31
32
- name: Use OCaml ${{ matrix.ocaml-compiler }}
33
34
35
ocaml-compiler: ${{ matrix.ocaml-compiler }}
36
0 commit comments