Skip to content

Commit 47ec077

Browse files
committed
CI
1 parent 449da4b commit 47ec077

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@main
1414

1515
- name: Use OCaml
16-
uses: ocaml/setup-ocaml@v2
16+
uses: ocaml/setup-ocaml@v3
1717
with:
18-
ocaml-compiler: '5.0'
18+
ocaml-compiler: '5.3'
1919
dune-cache: true
2020
allow-prerelease-opam: true
2121

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
ocaml-compiler:
2121
- '4.08'
2222
- '4.14'
23-
- '5.1'
23+
- '5.03'
2424

2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@main
2828
- name: Use OCaml ${{ matrix.ocaml-compiler }}
29-
uses: ocaml/setup-ocaml@v2
29+
uses: ocaml/setup-ocaml@v3
3030
with:
3131
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3232
dune-cache: true

0 commit comments

Comments
 (0)