move to OCaml 4.12 minimum

This commit is contained in:
Simon Cruanes 2022-04-24 20:53:26 -04:00
parent 04e54490ea
commit 774f6b8de5
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -16,8 +16,8 @@ jobs:
#- macos-latest
#- windows-latest
ocaml-compiler:
- 4.08.x
- 4.12.x
- 4.14.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@main

View file

@ -15,7 +15,7 @@ depends: [
"yojson" { >= "1.6" }
"logs"
"lsp" { >= "1.8" & < "1.11" }
"ocaml" { >= "4.08" }
"ocaml" { >= "4.12" }
"odoc" { with-doc }
]
tags: [ "lsp" "server" "lwt" ]