Skip to content

Commit

Permalink
Merge pull request #4 from smorimoto/ocaml-5.2
Browse files Browse the repository at this point in the history
Update OCaml to 5.2 in CI
  • Loading branch information
raphael-proust authored May 21, 2024
2 parents 7546889 + ab85bab commit 7066e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
ocaml-compiler: "5.2"
allow-prerelease-opam: true

- run: opam install lwt_domain --deps-only --with-test
Expand Down

0 comments on commit 7066e05

Please sign in to comment.