Skip to content

Commit

Permalink
use ocaml >= 4.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Jan 9, 2025
1 parent 5849032 commit 919a7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml-version: [5.3.0, 5.2.1, 5.1.1, 5.0.0, 4.14.2, 4.13.1, 4.12.1, 4.11.2, 4.10.2, 4.09.1, 4.08.1]
ocaml-version: [5.3.0, 5.2.1, 5.1.1, 5.0.0, 4.14.2, 4.13.1, 4.12.1, 4.11.2, 4.10.2, 4.09.1]
runs-on: ubuntu-latest
steps:
- name: checking out lambdapi repo ...
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provides commands to export Lambdapi files to other formats or
systems: Dedukti, Coq, HRS, CPF.")

(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.09.0))
(menhir (>= 20200624))
(sedlex (>= 3.2))
(alcotest :with-test)
Expand Down
2 changes: 1 addition & 1 deletion lambdapi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bug-reports: "https://github.com/Deducteam/lambdapi/issues"
dev-repo: "git+https://github.com/Deducteam/lambdapi.git"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.09.0"}
"menhir" {>= "20200624"}
"sedlex" {>= "3.2"}
"alcotest" {with-test}
Expand Down

0 comments on commit 919a7b2

Please sign in to comment.