Skip to content

Commit e8b1c1a

Browse files
committed
Add OCaml 5.3 to CI
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 51a32b7 commit e8b1c1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,19 @@ jobs:
2525
- "5.0"
2626
- "5.1"
2727
- "5.2"
28+
- "5.3"
2829
libev:
2930
- true
3031
- false
3132
include:
3233
- os: ubuntu-latest
33-
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
34+
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
3435
libev: false
3536
- os: macos-latest
36-
ocaml-compiler: "5.2"
37+
ocaml-compiler: "5.3"
3738
libev: false
3839
- os: windows-latest
39-
ocaml-compiler: "5.2"
40+
ocaml-compiler: "5.3"
4041
libev: false
4142

4243
runs-on: ${{ matrix.os }}
@@ -69,6 +70,5 @@ jobs:
6970
- name: Set-up OCaml
7071
uses: ocaml/setup-ocaml@v3
7172
with:
72-
ocaml-compiler: "5.2"
73-
dune-cache: true
73+
ocaml-compiler: 5
7474
- uses: ocaml/setup-ocaml/lint-opam@v3

0 commit comments

Comments
 (0)