Skip to content

Commit

Permalink
Bump min OCaml version to 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
sir4ur0n committed May 9, 2021
1 parent 525ff27 commit 1ceea87
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ env:
- PACKAGE="qcheck"
- DEPOPTS="ounit alcotest"
matrix:
- OCAML_VERSION="4.03"
#- OCAML_VERSION="4.04"
#- OCAML_VERSION="4.05"
- OCAML_VERSION="4.06"
#- OCAML_VERSION="4.07"
# OCAML_VERSION is used by https://github.com/ocaml/ocaml-ci-scripts/blob/master/README-travis.md
- OCAML_VERSION="4.08"
#- OCAML_VERSION="4.09"
- OCAML_VERSION="4.09"
- OCAML_VERSION="4.10"
- OCAML_VERSION="4.11"
- OCAML_VERSION="4.12"
2 changes: 1 addition & 1 deletion qcheck-alcotest.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"qcheck-core" { = version }
"alcotest"
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
2 changes: 1 addition & 1 deletion qcheck-core.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"base-bytes"
"base-unix"
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
Expand Down
2 changes: 1 addition & 1 deletion qcheck-ounit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"qcheck-core" { = version }
"ounit2"
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
2 changes: 1 addition & 1 deletion qcheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"qcheck-core" { = version }
"qcheck-ounit" { = version }
"odoc" {with-doc}
"ocaml" {>= "4.03.0"}
"ocaml" {>= "4.08.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
Expand Down

0 comments on commit 1ceea87

Please sign in to comment.