Skip to content

Commit

Permalink
Add OCaml 5.2 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed May 17, 2024
1 parent 9d3c462 commit b8b40f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- "4.13"
- "4.14"
- "5.0"
- "5.1"
- "5.2"
include:
- os: macos-latest
ocaml-compiler: "4.14"
- os: macos-latest
ocaml-compiler: "5.1"
ocaml-compiler: "5.2"

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

Expand Down

0 comments on commit b8b40f4

Please sign in to comment.