require OCaml 4.05

This commit is contained in:
Simon Cruanes 2023-06-21 12:29:05 -04:00
parent 595abca0aa
commit eb3ec103e3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ jobs:
#- macos-latest
#- windows-latest
ocaml-compiler:
- 4.04
- 4.05
- 4.14
runs-on: ${{ matrix.os }}

View file

@ -14,7 +14,7 @@ depends: [
"base-threads"
"result"
"seq"
"ocaml" { >= "4.04.0" }
"ocaml" { >= "4.05.0" }
"odoc" {with-doc}
"conf-libcurl" {with-test}
"qcheck-core" {with-test & >= "0.9" }

View file

@ -13,7 +13,7 @@ depends: [
"dune" { >= "2.0" }
"camlzip" {>= "1.06"}
"tiny_httpd" { = version }
"ocaml" { >= "4.04.0" }
"ocaml" { >= "4.05.0" }
"odoc" {with-doc}
]
tags: [ "http" "thread" "server" "gzip" "camlzip" ]