Skip to content

Commit

Permalink
Add OCaml 5.2 to CI (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Jul 2, 2024
1 parent 1478bf0 commit a0a101e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
ocaml-compiler:
- "4.08"
- "4.14"
- "5.2"
include:
- os: macos-latest
ocaml-compiler: "4.14"
- os: windows-latest
ocaml-compiler: "4.14"
- os: ubuntu-latest
ocaml-compiler: "4.08"

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

Expand Down

0 comments on commit a0a101e

Please sign in to comment.