We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe531a2 commit 7f094ecCopy full SHA for 7f094ec
.github/workflows/ci.yml
@@ -58,15 +58,7 @@ jobs:
58
node-target: win32-x64
59
rust-target: x86_64-pc-windows-gnu
60
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
67
- ocaml_compiler: ocaml-variants.5.0.0+options,ocaml-option-static
68
69
+ # Verify that the compiler still builds with the oldest OCaml version we support.
70
- os: ubuntu-24.04
71
ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static
72
node-target: linux-x64
0 commit comments