Skip to content

Commit

Permalink
Drop any support for OCaml < 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Oct 15, 2023
1 parent 6e872b1 commit f06e010
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ocaml:
- 5.1.x
- 4.14.x
- 4.08.x
- 4.10.x
steps:
- uses: actions/checkout@v3
- uses: ocaml/setup-ocaml@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Updated to KDL v2.0:
- - Added Line Tabulation U+000B to whitespace characters
- - Removed `\/` from escape sequences
- Dropped support for OCaml < 4.10.0.

## 0.1.0 (2022-10-01)

Expand Down
2 changes: 1 addition & 1 deletion kdl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/Bannerets/ocaml-kdl"
bug-reports: "https://github.com/Bannerets/ocaml-kdl/issues"
dev-repo: "git+https://github.com/Bannerets/ocaml-kdl.git"
depends: [
"ocaml" {>= "4.08"}
"ocaml" {>= "4.10"}
"dune" {>= "3.0"}
"menhir"
"menhirLib"
Expand Down

0 comments on commit f06e010

Please sign in to comment.