Skip to content

Commit 289360f

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
include:
5757
- os: ubuntu-latest
5858
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda
59+
- os: ubuntu-latest
60+
ocaml-compiler: "5.2"
61+
allow-prerelease-opam: true
5962

6063
runs-on: ${{ matrix.os }}
6164

@@ -67,5 +70,6 @@ jobs:
6770
uses: ./
6871
with:
6972
ocaml-compiler: ${{ matrix.ocaml-compiler }}
73+
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
7074

7175
- run: opam install uri

0 commit comments

Comments
 (0)