Skip to content

Commit

Permalink
💚 Use OCaml 5.3.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jan 31, 2025
1 parent 3c39f18 commit 373119e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "ocaml-base-compiler.5.3.0~beta2"
ocaml-compiler: "ocaml-base-compiler.5.3.0"

- run: opam install . --deps-only --with-test

Expand Down

0 comments on commit 373119e

Please sign in to comment.