mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 19:25:38 -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
|
#- 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
|
||||||
|
|
|
||||||
|
|
@ -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" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue