Compare commits

..

2 commits

Author SHA1 Message Date
Simon Cruanes
f16858c8f5 CI: update minimum OCaml version from 4.08 to 4.13 2026-02-10 23:36:55 +00:00
Simon Cruanes
12f762eb6e Bump minimum OCaml version to 4.13 for Unix.realpath support 2026-02-10 23:36:55 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
#- macos-latest #- macos-latest
#- windows-latest #- windows-latest
ocaml-compiler: ocaml-compiler:
- 4.08.x - 4.13.x
- 4.14.x - 4.14.x
- 5.03.x - 5.03.x

View file

@ -23,7 +23,7 @@
result result
hmap hmap
(iostream (>= 0.2)) (iostream (>= 0.2))
(ocaml (>= 4.08)) (ocaml (>= 4.13))
(odoc :with-doc) (odoc :with-doc)
(logs :with-test) (logs :with-test)
(conf-libcurl :with-test) (conf-libcurl :with-test)

View file

@ -17,7 +17,7 @@ depends: [
"result" "result"
"hmap" "hmap"
"iostream" {>= "0.2"} "iostream" {>= "0.2"}
"ocaml" {>= "4.08"} "ocaml" {>= "4.13"}
"odoc" {with-doc} "odoc" {with-doc}
"logs" {with-test} "logs" {with-test}
"conf-libcurl" {with-test} "conf-libcurl" {with-test}