We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b284e04 commit 3d11939Copy full SHA for 3d11939
.github/workflows/opam-ci.yml
@@ -26,8 +26,10 @@ jobs:
26
- {ocaml-compiler: '4.14.x', os: ubuntu-latest}
27
- {ocaml-compiler: 'ocaml-base-compiler.5.3.0', os: ubuntu-latest}
28
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: ubuntu-latest}
29
+ - {ocaml-compiler: 'ocaml-base-compiler.5.5.0~alpha1', os: ubuntu-latest}
30
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-15-intel}
31
- {ocaml-compiler: 'ocaml-base-compiler.5.4.0', os: macos-latest}
32
+ - {ocaml-compiler: 'ocaml-base-compiler.5.5.0~alpha1', os: macos-latest}
33
# looks like setup-ocaml@v3 can only run actions on windows for
34
# OCaml >= 4.13
35
# https://github.com/ocaml/setup-ocaml/issues/822#issuecomment-2215525942
0 commit comments