Skip to content

Commit

Permalink
Bump OCaml to 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Dec 3, 2024
1 parent 0c6a67f commit effc1e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Either the waiting queue for FreeBSD is very long, or it is not available.
# - freebsd-latest
ocaml-compiler:
- 4.12.x
- 4.13.x
# - 5.1.x
- 5.2.x
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion cudajit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage: "https://github.com/lukstafi/ocaml-cudajit"
doc: "https://github.com/lukstafi/ocaml-cudajit/blob/master/README.md"
bug-reports: "https://github.com/lukstafi/ocaml-cudajit/issues"
depends: [
"ocaml" {>= "4.12"}
"ocaml" {>= "4.13"}
"dune" {>= "3.11"}
"ctypes" {>= "0.14.0"}
"ctypes-foreign"
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Bindings to manually selected parts of `lcuda` and `lnvrtc`, with a few types and conversion functions to facilitate use.")
(depends
(ocaml
(>= 4.12))
(>= 4.13))
dune
(ctypes
(>= 0.14.0))
Expand Down

0 comments on commit effc1e9

Please sign in to comment.