require OCaml 4.05

This commit is contained in:
Simon Cruanes 2023-06-21 12:29:05 -04:00
parent 0adebc304b
commit 38789de89c
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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