Skip to content

Commit 6caf82d

Browse files
authored
Remove 5.0 workflows (#35)
* Remove 5.0 workflows * Remove 5.0 workflows from README too
1 parent d57a639 commit 6caf82d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ You can observe the results of the tests on GitHub on the corresponding commit,
1010

1111
The current platforms are:
1212

13-
- MacOS, ARM64, OCaml 5.0.0
1413
- MacOS, ARM64, OCaml 5.1.0
1514
- MacOS, ARM64, OCaml 5.2.0+trunk
16-
- FreeBSD, X86-64, OCaml 5.0.0
1715
- FreeBSD, X86-64, OCaml 5.1.0
1816
- FreeBSD, X86-64, OCaml 5.2.0
19-
- Linux*, ARM64, OCaml 5.0.0
2017
- Linux*, ARM64, OCaml 5.1.0
2118
- Linux*, ARM64, OCaml 5.2.0+trunk
2219
- Linux*, S390x, OCaml 5.1.0

lib/conf.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ let macos_platforms : Platform.t list =
108108
docker_tag_with_digest = None;
109109
ocaml_version;
110110
})
111-
[ "5.0"; "5.1"; "5.2" ]
111+
[ "5.1"; "5.2" ]
112112

113113
let freebsd_platforms : Platform.t list =
114114
List.map
@@ -123,7 +123,7 @@ let freebsd_platforms : Platform.t list =
123123
docker_tag_with_digest = None;
124124
ocaml_version;
125125
})
126-
[ "5.0"; "5.1"; "5.2" ]
126+
[ "5.1"; "5.2" ]
127127

128128
let pool_of_arch : arch -> string = function
129129
(* | `X86_64 | `I386 -> "linux-x86_64"
@@ -193,7 +193,6 @@ let platforms () =
193193
in
194194
let platforms =
195195
[
196-
("5.0", `Debian `V11, `Aarch64);
197196
("5.1", `Debian `V11, `Aarch64);
198197
("5.2", `Debian `V11, `Aarch64);
199198
("5.1", `Debian `V11, `S390x);

0 commit comments

Comments
 (0)