Skip to content

Commit

Permalink
Merge pull request #134 from Nymphium/ocaml-5.0
Browse files Browse the repository at this point in the history
Test on OCaml 5.0
  • Loading branch information
tmcgilchrist authored Oct 30, 2023
2 parents 5d9fc73 + 1446d45 commit 78b3be5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 4.12.x
- 4.13.x
- 4.14.x
- 5.00.x

runs-on: ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions aws-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build: [
depends: [
"ocaml" {>= "4.08"}
"aws" {= version}
"async" {>= "v0.9.0" & < "v0.15"}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"async" {>= "v0.9.0" & < "v0.16"}
"async_kernel" {>= "v0.9.0" & < "v0.16"}
"async_unix" {>= "v0.9.0" & < "v0.16"}
"cohttp" {>= "2.4.0" & < "3.0.0"}
"cohttp-async" {>= "2.4.0" & < "3.0.0"}
"dune" {>= "2.7"}
Expand Down
2 changes: 1 addition & 1 deletion aws-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
depends: [
"ocaml" {>= "4.08"}
"aws" {= version}
"lwt" {>= "4.0.0" & < "5.5.0"}
"lwt" {>= "4.0.0" & < "5.7.0"}
"cohttp" {>= "2.4.0" & < "3.0.0"}
"cohttp-lwt" {>= "2.4.0" & < "3.0.0"}
"cohttp-lwt-unix" {>= "0.99.0"}
Expand Down

0 comments on commit 78b3be5

Please sign in to comment.