Skip to content

Commit 6a6c588

Browse files
committed
Add test for allow-prerelease-opam
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent b98bb9e commit 6a6c588

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,15 @@ jobs:
5353
- windows-latest
5454
ocaml-compiler:
5555
- "5.2"
56+
allow-prerelease-opam:
57+
- false
5658
include:
5759
- os: ubuntu-latest
5860
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda
61+
allow-prerelease-opam: false
62+
- os: ubuntu-latest
63+
ocaml-compiler: "5.2"
64+
allow-prerelease-opam: true
5965

6066
runs-on: ${{ matrix.os }}
6167

@@ -67,5 +73,6 @@ jobs:
6773
uses: ./
6874
with:
6975
ocaml-compiler: ${{ matrix.ocaml-compiler }}
76+
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
7077

7178
- run: opam install uri

0 commit comments

Comments
 (0)