Skip to content

Commit

Permalink
fix: Remove upper bounds on dependencies (#156)
Browse files Browse the repository at this point in the history
chore: Add ocaml 4.14 to opam matrix
  • Loading branch information
phated authored Jun 11, 2022
1 parent 50556b2 commit 9ae4015
Show file tree
Hide file tree
Showing 26 changed files with 928 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ocaml-compiler: [4.12.0, 4.13.1]
ocaml-compiler: [4.12.0, 4.13.1, 4.14.0]

steps:
- name: Checkout project
Expand Down
8 changes: 4 additions & 4 deletions binaryen.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build: [
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>= "4.12.0" < "4.14.0"}
"dune" {>= "2.9.1" < "3.0.0"}
"dune-configurator" {>= "2.9.1" < "3.0.0"}
"js_of_ocaml-compiler" {>= "3.10.0" < "4.0.0"}
"ocaml" {>= "4.12.0"}
"dune" {>= "2.9.1"}
"dune-configurator" {>= "2.9.1"}
"js_of_ocaml-compiler" {>= "3.10.0"}
"libbinaryen" {>= "107.0.0" < "108.0.0"}
]
Loading

0 comments on commit 9ae4015

Please sign in to comment.