Skip to content

Commit

Permalink
Bump minimal OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Dec 1, 2023
1 parent 2c20ebe commit fcdd507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- ubuntu-latest
# - windows-latest
ocaml-compiler:
- "5.1"
- "5.1.1"
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion merlin-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1" & < "5.2"}
"ocaml" {>= "5.1.1" & < "5.2"}
"dune" {>= "2.9.0"}
"csexp" {>= "1.5.1"}
"menhir" {dev & >= "20201216"}
Expand Down

0 comments on commit fcdd507

Please sign in to comment.