diff --git a/.github/workflows/os.yml b/.github/workflows/os.yml index 643edec55..3404234fe 100644 --- a/.github/workflows/os.yml +++ b/.github/workflows/os.yml @@ -15,10 +15,10 @@ jobs: - ubuntu-latest # - windows-latest ocaml-compiler: + - "5.2" - "5.1" - "4.14" - "4.12" - - "4.10" runs-on: ${{ matrix.os }} diff --git a/owl-base.opam b/owl-base.opam index b07e4e1fc..455ee5e49 100644 --- a/owl-base.opam +++ b/owl-base.opam @@ -14,7 +14,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "base-bigarray" "dune" {>= "2.0.0"} ] diff --git a/owl-top.opam b/owl-top.opam index 134b210ec..62cf3e1d2 100644 --- a/owl-top.opam +++ b/owl-top.opam @@ -15,7 +15,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "dune" {>= "2.0.0"} "ocaml-compiler-libs" "owl" {= version} diff --git a/owl.opam b/owl.opam index 0d4b08a16..a844d1c53 100644 --- a/owl.opam +++ b/owl.opam @@ -22,7 +22,7 @@ build: [ ] depends: [ - "ocaml" {>= "4.10.0"} + "ocaml" {>= "4.12.0"} "alcotest" {with-test} "base" {build} "base-bigarray"