Skip to content

Commit

Permalink
raise ocaml dep lower bound to 4.14 as kxclib no longer support 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Jan 10, 2024
1 parent b1b89ea commit 40ea5cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/all-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
os:
- ubuntu-latest
ocaml-version:
- 4.13.x
- 4.14.x
- 5.0.x
- 5.1.x
Expand Down
2 changes: 1 addition & 1 deletion bindoj.opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ depends: [
"uri" {>= "4.2.0"}
"bisect_ppx" {>= "2.7.1"}
"ocamlformat" {with-test & = "0.26.0"}
"ocaml" {>= "4.13"}
"ocaml" {>= "4.14"}
"cohttp-lwt-unix" {with-test}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
(uri (>= 4.2.0))
(bisect_ppx (>= 2.7.1))
(ocamlformat (and :with-test (= 0.26.0)))
(ocaml (>= 4.13))
(ocaml (>= 4.14))
(cohttp-lwt-unix :with-test)))

0 comments on commit 40ea5cc

Please sign in to comment.