Skip to content

Commit 3e35db2

Browse files
authored
Merge pull request #1020 from ocsigen/ocaml-5.2
Add OCaml 5.2 to CI
2 parents a9dcafc + d25b1df commit 3e35db2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "4.14"
2525
- "5.0"
2626
- "5.1"
27+
- "5.2"
2728
libev:
2829
- true
2930
- false
@@ -34,7 +35,7 @@ jobs:
3435
*.opam
3536
include:
3637
- os: ubuntu-latest
37-
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
38+
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
3839
libev: false
3940
ppx: true
4041
local-packages: |
@@ -121,7 +122,7 @@ jobs:
121122
- name: Set-up OCaml
122123
uses: ocaml/setup-ocaml@v2
123124
with:
124-
ocaml-compiler: "5.1"
125+
ocaml-compiler: "5.2"
125126
allow-prerelease-opam: true
126127
dune-cache: true
127128

0 commit comments

Comments
 (0)