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 712e464 commit 228ec62Copy full SHA for 228ec62
.github/workflows/workflow.yml
@@ -45,11 +45,11 @@ jobs:
45
ocaml-compiler:
46
- "5.3"
47
allow-prerelease-opam:
48
- - false
+ - true
49
include:
50
- os: ubuntu-latest
51
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda
52
- allow-prerelease-opam: false
+ allow-prerelease-opam: true
53
54
ocaml-compiler: "5.3"
55
allow-prerelease-opam: true
0 commit comments