require OCaml 4.14

This commit is contained in:
Simon Cruanes 2025-05-08 11:44:48 -04:00
parent 2cf34abb50
commit 5b0ec9ce6e
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
os: os:
- ubuntu-latest - ubuntu-latest
ocaml-compiler: ocaml-compiler:
- '4.12' - '4.14'
- '5.0' - '5.0'
- '5.3' - '5.3'

View file

@ -36,7 +36,7 @@
(synopsis "Use nanoev from picos") (synopsis "Use nanoev from picos")
(depends (depends
(ocaml (ocaml
(>= 4.12)) (>= 4.14))
dune dune
base-unix base-unix
(nanoev (nanoev

View file

@ -8,7 +8,7 @@ tags: ["unix" "select" "async"]
homepage: "https://github.com/c-cube/nanoev" homepage: "https://github.com/c-cube/nanoev"
bug-reports: "https://github.com/c-cube/nanoev/issues" bug-reports: "https://github.com/c-cube/nanoev/issues"
depends: [ depends: [
"ocaml" {>= "4.12"} "ocaml" {>= "4.14"}
"dune" {>= "2.7"} "dune" {>= "2.7"}
"base-unix" "base-unix"
"nanoev" {= version} "nanoev" {= version}