Skip to content

Commit

Permalink
require 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 21, 2024
1 parent 02b841e commit e7394bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
#- macos-latest
#- windows-latest
ocaml-compiler:
- '4.12'
- '4.13'
- '5.1'

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(env
(_
(flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-42-70)))
(flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-42-48-70)))
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(name imandrakit)
(synopsis "Core utils library for Imandra")
(depends
(ocaml (>= 4.12))
(ocaml (>= 4.13))
dune
(moonpool (>= 0.6))
(containers
Expand Down
2 changes: 1 addition & 1 deletion imandrakit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["moonpool" "multicore" "thread" "logs" "logging"]
homepage: "https://github.com/imandra-ai/imandrakit"
bug-reports: "https://github.com/imandra-ai/imandrakit/issues"
depends: [
"ocaml" {>= "4.12"}
"ocaml" {>= "4.13"}
"dune" {>= "3.0"}
"moonpool" {>= "0.6"}
"containers" {>= "3.4"}
Expand Down

0 comments on commit e7394bd

Please sign in to comment.