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 <sora@morimoto.io>
  • Loading branch information
smorimoto committed May 17, 2024
1 parent b5c3936 commit 9dab8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- "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 9dab8ca

Please sign in to comment.