Skip to content

Commit

Permalink
restrict OCaml's version for an issue about installing uunf
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Jun 22, 2024
1 parent fe2c74f commit c1fae25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- "4.12"
- "4.13"
- "4.14"

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion satysfi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ remove: [
]
# Packages whose version suffix is "+satysfi" are distributed on satysfi-external-repo.
depends: [
"ocaml" {>= "4.12.0" & < "5.0.0"}
"ocaml" {>= "4.14.0" & < "5.0.0"}
"batteries" {>= "3.6.0" & < "4.0.0"}
"camlimages" {>= "5.0.1" & < "5.0.5"}
"camlpdf" {= "2.3.1+satysfi"}
Expand Down

0 comments on commit c1fae25

Please sign in to comment.