Skip to content

Commit

Permalink
[ci] [opam] Update for 4.12.0
Browse files Browse the repository at this point in the history
ppx_import seems to work in 4.12 without further changes.

We may want to update the AST at a later point.

Following advice from the Opam maintainers we remove the upper bound
for OCaml.
  • Loading branch information
ejgallego committed Feb 26, 2021
1 parent 29423cd commit ae8a92d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
- OCAML=4.09.1
- OCAML=4.10.0
- OCAML=4.11.1
- OCAML=4.12.0

script:
- sudo curl -sL https://github.com/ocaml/opam/releases/download/2.0.6/opam-2.0.6-x86_64-linux -o /usr/bin/opam
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
unreleased
-----

* update CI to test OCaml 4.12.0, no changes required
(#53, Emilio J. Gallego Arias)

* remove the OCaml upper bound in the opam file
(#53, Emilio J. Gallego Arias, kit-ty-kate)

1.8.0
-----

Expand Down
2 changes: 1 addition & 1 deletion ppx_import.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
tags: [ "syntax" ]

depends: [
"ocaml" { >= "4.04.2" & < "4.12" }
"ocaml" { >= "4.04.2" }
"dune" { >= "1.2.0" }
"ppx_tools_versioned" { >= "5.4.0" }
"ocaml-migrate-parsetree" { >= "1.7.0" }
Expand Down

0 comments on commit ae8a92d

Please sign in to comment.