Skip to content

Commit

Permalink
Merge pull request #232 from ocsigen/ocaml-5.2
Browse files Browse the repository at this point in the history
Add OCaml 5.2 to CI
  • Loading branch information
smorimoto authored May 17, 2024
2 parents 9d3c462 + b132cbb commit 82f2906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,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 82f2906

Please sign in to comment.