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:
- ubuntu-latest
ocaml-compiler:
- '4.12'
- '4.14'
- '5.0'
- '5.3'

View file

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

View file

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