Skip to content

Commit d1c09f4

Browse files
committed
[opam] [ocaml] Remove support for 4.05 - 4.07
1 parent 27890f0 commit d1c09f4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest]
1515
ocaml-compiler:
16-
- 4.05.x
17-
- 4.06.x
18-
- 4.07.x
1916
- 4.08.x
2017
- 4.09.x
2118
- 4.10.x

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
------
33

44
* Support for OCaml 5.4 (#100, @octachron, backport #104, @egallego)
5+
* Support for OCaml 4.5, 4.6, and 4.7 has been removed (#104, @egallego)
56

67
1.11.0
78
------

ppx_import.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev-repo: "git+https://github.com/ocaml-ppx/ppx_import.git"
1111
tags: [ "syntax" ]
1212

1313
depends: [
14-
"ocaml" {>= "4.05.0" & < "4.10.0" }
14+
"ocaml" {>= "4.08.0" & < "4.10.0" }
1515
| ("ocaml" {>= "4.10.0"}
1616
"ppx_sexp_conv" {with-test & >= "v0.13.0"})
1717
"dune" { >= "1.11.0" }

0 commit comments

Comments
 (0)