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 Jul 2, 2024
1 parent 1478bf0 commit 504c638
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
ocaml-compiler:
- "4.08"
- "4.14"
include:
- os: macos-latest
ocaml-compiler: "4.14"
- os: windows-latest
ocaml-compiler: "4.14"
- "5.2"

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

Expand Down

0 comments on commit 504c638

Please sign in to comment.