Skip to content

Commit

Permalink
Use 4.08.1 as the lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 11, 2023
1 parent 664ba7c commit 0ff38c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions: {}

env:
OCAML_DEFAULT_VERSION: 4.08.0
OCAML_DEFAULT_VERSION: 4.08.1
# Add OPAMYES=true to the environment, this is usefill to replace `-y` option
# in any opam call
OPAMYES: true
Expand All @@ -26,7 +26,7 @@ jobs:
- macos-latest
- ubuntu-latest
ocaml-compiler:
- 4.08.0
- 4.08.1
- 4.14.1

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion alt-ergo-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage: "https://alt-ergo.ocamlpro.com/"
doc: "https://ocamlpro.github.io/alt-ergo"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.1"}
"dune" {>= "3.0"}
"dune-build-info"
"dolmen" {>= "0.9"}
Expand Down
2 changes: 1 addition & 1 deletion alt-ergo-parsers.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage: "https://alt-ergo.ocamlpro.com/"
doc: "https://ocamlpro.github.io/alt-ergo"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.1"}
"dune" {>= "3.0"}
"alt-ergo-lib" {= version}
"psmt2-frontend" {>= "0.4"}
Expand Down
2 changes: 1 addition & 1 deletion alt-ergo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage: "https://alt-ergo.ocamlpro.com/"
doc: "https://ocamlpro.github.io/alt-ergo"
bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.1"}
"dune" {>= "3.0"}
"alt-ergo-lib" {= version}
"alt-ergo-parsers" {= version}
Expand Down
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alt-Ergo is an automatic theorem prover of mathematical formulas. It was develop
See more details on https://alt-ergo.ocamlpro.com/")
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.08.1))
dune
(alt-ergo-lib (= :version))
(alt-ergo-parsers (= :version))
Expand All @@ -51,7 +51,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(license "LicenseRef-OcamlPro-Non-Commercial")

(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.08.1))
dune
(alt-ergo-lib (= :version))
(psmt2-frontend (>= 0.4))
Expand All @@ -74,7 +74,7 @@ See more details on http://alt-ergo.ocamlpro.com/"
(license "LicenseRef-OcamlPro-Non-Commercial")

(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.08.1))
dune
dune-build-info
(dolmen (>= 0.9))
Expand Down

0 comments on commit 0ff38c0

Please sign in to comment.