Skip to content

Commit 3a812a9

Browse files
authored
Support OCaml 5.1.0 (#192)
1 parent 3881490 commit 3a812a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ jobs:
4040
build: opam exec -- dune build
4141
- os: ubuntu-latest
4242
target: ocaml.5.0
43-
ocaml-compiler: ocaml-base-compiler.5.0.0~beta1
43+
ocaml-compiler: 5.0.x
44+
build: opam exec -- dune build
45+
- os: ubuntu-latest
46+
target: ocaml.5.1
47+
ocaml-compiler: 5.1.x
4448
build: opam exec -- dune build
4549

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

reanalyze.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/rescript-association/reanalyze"
1010
bug-reports: "https://github.com/rescript-association/reanalyze/issues"
1111
depends: [
1212
"dune" {>= "2.0"}
13-
"ocaml" {>= "4.08.0" & < "5.1"}
13+
"ocaml" {>= "4.08.0" & < "5.2"}
1414
"cppo" {build}
1515
]
1616
build: [

0 commit comments

Comments
 (0)