Skip to content

Commit

Permalink
raise lower bound to OCaml 4.08
Browse files Browse the repository at this point in the history
sync travis with opam (runner for 4.08 - 4.10)
  • Loading branch information
hannesm committed Oct 21, 2020
1 parent c6787e3 commit f165781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ env:
global:
- PACKAGE="mirage-block-xen"
matrix:
- DISTRO="alpine" OCAML_VERSION="4.06"
- DISTRO="alpine" OCAML_VERSION="4.07"
- DISTRO="ubuntu" OCAML_VERSION="4.08"
- DISTRO="ubuntu" OCAML_VERSION="4.10"
- DISTRO="alpine" OCAML_VERSION="4.09"
- DISTRO="alpine" OCAML_VERSION="4.08"
2 changes: 1 addition & 1 deletion mirage-block-xen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: "https://github.com/mirage/mirage-block-xen"
doc: "https://mirage.github.io/mirage-block-xen/"
bug-reports: "https://github.com/mirage/mirage-block-xen/issues"
depends: [
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.08.0"}
"dune"
"cmdliner"
"logs"
Expand Down

0 comments on commit f165781

Please sign in to comment.