File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
submodules/lev/.github/workflows Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- ubuntu-latest
20
20
- windows-latest
21
21
ocaml-compiler :
22
- - 4.14 .x
22
+ - 5.0 .x
23
23
24
24
runs-on : ${{ matrix.os }}
25
25
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install-test-deps:
22
22
23
23
.PHONY : dev
24
24
dev : # # Setup a development environment
25
- opam switch create --no-install . ocaml-base-compiler.4.14 .0
25
+ opam switch create --no-install . ocaml-base-compiler.5.0 .0
26
26
opam install -y dune-release merlin ocamlformat utop ocaml-lsp-server
27
27
opam install --locked --deps-only --with-doc -y .
28
28
$(MAKE ) install-test-deps
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ possible and does not make any assumptions about IO.
66
66
( csexp ( >= 1 .5) )
67
67
( ocamlformat-rpc-lib ( >= 0 .21.0) )
68
68
( odoc :with -doc)
69
- ( ocaml ( and ( >= 4 .14 ) ( < 4 .15 ) ) ) ) )
69
+ ( ocaml ( and ( >= 5 .0 ) ( < 5 .1 ) ) ) ) )
70
70
71
71
( package
72
72
(name jsonrpc)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ depends: [
42
42
"csexp" {>= "1.5"}
43
43
"ocamlformat-rpc-lib" {>= "0.21.0"}
44
44
"odoc" {with-doc}
45
- "ocaml" {>= "4.14 " & < "4.15 "}
45
+ "ocaml" {>= "5.0 " & < "5.1 "}
46
46
]
47
47
dev-repo: "git+https://github.com/ocaml/ocaml-lsp.git"
48
48
build: [
Original file line number Diff line number Diff line change 15
15
- ubuntu-latest
16
16
- windows-latest
17
17
ocaml-compiler :
18
- - 4.14 .x
18
+ - 5.0 .x
19
19
20
20
runs-on : ${{ matrix.os }}
21
21
You can’t perform that action at this time.
0 commit comments