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 #- macos-latest
#- windows-latest #- windows-latest
ocaml-compiler: ocaml-compiler:
- 4.08.x
- 4.12.x - 4.12.x
- 4.14.x
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main

View file

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