Skip to content

Commit 7f094ec

Browse files
authored
Build with only one older OCaml version (#7797)
1 parent fe531a2 commit 7f094ec

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,7 @@ jobs:
5858
node-target: win32-x64
5959
rust-target: x86_64-pc-windows-gnu
6060

61-
# Verify that the compiler still builds with older OCaml versions
62-
- os: ubuntu-24.04
63-
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
64-
node-target: linux-x64
65-
rust-target: x86_64-unknown-linux-musl
66-
- os: ubuntu-24.04
67-
ocaml_compiler: ocaml-variants.5.0.0+options,ocaml-option-static
68-
node-target: linux-x64
69-
rust-target: x86_64-unknown-linux-musl
61+
# Verify that the compiler still builds with the oldest OCaml version we support.
7062
- os: ubuntu-24.04
7163
ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static
7264
node-target: linux-x64

0 commit comments

Comments
 (0)