There was an error while loading. Please reload this page.
1 parent 3881490 commit 3a812a9Copy full SHA for 3a812a9
.github/workflows/ci.yml
@@ -40,7 +40,11 @@ jobs:
40
build: opam exec -- dune build
41
- os: ubuntu-latest
42
target: ocaml.5.0
43
- ocaml-compiler: ocaml-base-compiler.5.0.0~beta1
+ 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
48
49
50
runs-on: ${{matrix.os}}
reanalyze.opam
@@ -10,7 +10,7 @@ homepage: "https://github.com/rescript-association/reanalyze"
10
bug-reports: "https://github.com/rescript-association/reanalyze/issues"
11
depends: [
12
"dune" {>= "2.0"}
13
- "ocaml" {>= "4.08.0" & < "5.1"}
+ "ocaml" {>= "4.08.0" & < "5.2"}
14
"cppo" {build}
15
]
16
build: [
0 commit comments