Skip to content

Commit 9242275

Browse files
committed
Add test for allow-prerelease-opam
Signed-off-by: Sora Morimoto <[email protected]>
1 parent b98bb9e commit 9242275

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,14 @@ 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+
- os: ubuntu-latest
62+
ocaml-compiler: "5.2"
63+
allow-prerelease-opam: true
5964

6065
runs-on: ${{ matrix.os }}
6166

@@ -67,5 +72,6 @@ jobs:
6772
uses: ./
6873
with:
6974
ocaml-compiler: ${{ matrix.ocaml-compiler }}
75+
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
7076

7177
- run: opam install uri

0 commit comments

Comments
 (0)