Skip to content

Commit 8676722

Browse files
committed
Add 5.2 in CI.
1 parent ae8c8a0 commit 8676722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
target: ocaml.5.1
5757
ocaml-compiler: 5.1.x
5858
build: opam exec -- dune build
59+
- os: ubuntu-latest
60+
target: ocaml.5.2
61+
ocaml-compiler: 5.2.x
62+
build: opam exec -- dune build
5963

6064
runs-on: ${{matrix.os}}
6165

0 commit comments

Comments
 (0)