We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d7f35 commit 5986fd9Copy full SHA for 5986fd9
.travis.yml
@@ -7,9 +7,9 @@ env:
7
- PINS="ezjsonm:."
8
- PACKAGE=ezjsonm-lwt
9
matrix:
10
- - OCAML_VERSION=4.03
11
- OCAML_VERSION=4.04
+ - OCAML_VERSION=4.05
12
- OCAML_VERSION=4.06
13
- - OCAML_VERSION=4.07
+ - OCAML_VERSION=4.10
14
os:
15
- linux
ezjsonm.opam
@@ -7,7 +7,7 @@ homepage: "https://github.com/mirage/ezjsonm"
doc: "https://mirage.github.io/ezjsonm/"
bug-reports: "https://github.com/mirage/ezjsonm/issues"
depends: [
- "ocaml" {>="4.03.0"}
+ "ocaml" {>="4.04.0"}
"dune" {>= "2.0"}
"alcotest" {with-test & >= "0.4.0"}
"jsonm" {>= "1.0.0"}
0 commit comments