Skip to content

Commit

Permalink
Merge pull request #1020 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 committed May 17, 2024
2 parents a9dcafc + d25b1df commit 3e35db2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "4.14"
- "5.0"
- "5.1"
- "5.2"
libev:
- true
- false
Expand All @@ -34,7 +35,7 @@ jobs:
*.opam
include:
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
libev: false
ppx: true
local-packages: |
Expand Down Expand Up @@ -121,7 +122,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

Expand Down

0 comments on commit 3e35db2

Please sign in to comment.