Skip to content

Commit

Permalink
Use ocaml 5.2 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed May 15, 2024
1 parent 18a46ac commit 694b240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1.1
ocaml-compiler: 5.2.0
dune-cache: true
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
Expand Down

0 comments on commit 694b240

Please sign in to comment.