Skip to content

Commit 228ec62

Browse files
committed
Allow beta
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 712e464 commit 228ec62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
ocaml-compiler:
4646
- "5.3"
4747
allow-prerelease-opam:
48-
- false
48+
- true
4949
include:
5050
- os: ubuntu-latest
5151
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda
52-
allow-prerelease-opam: false
52+
allow-prerelease-opam: true
5353
- os: ubuntu-latest
5454
ocaml-compiler: "5.3"
5555
allow-prerelease-opam: true

0 commit comments

Comments
 (0)