mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
move to OCaml 4.12 minimum
This commit is contained in:
parent
04e54490ea
commit
774f6b8de5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue