Skip to content

Commit

Permalink
Merge pull request #557 from NathanReb/fix-ci
Browse files Browse the repository at this point in the history
Re-enable CI builds for 4.07-4.09
  • Loading branch information
NathanReb authored Jan 24, 2025
2 parents 7b2bf62 + 02a13b8 commit b130566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ format.")
than ppxlib itself. Also the benchmark runner has dependencies that ppxlib doesn't
have.")
(depends
(ocaml (>= 4.04.1))
(ocaml (>= 4.10.0))
(ppxlib (= :version))
base
yojson))
2 changes: 1 addition & 1 deletion ppxlib-bench.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc: "https://ocaml-ppx.github.io/ppxlib/"
bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "3.8"}
"ocaml" {>= "4.04.1"}
"ocaml" {>= "4.10.0"}
"ppxlib" {= version}
"base"
"yojson"
Expand Down

0 comments on commit b130566

Please sign in to comment.