Skip to content

Commit

Permalink
Add test for allow-prerelease-opam
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Oct 24, 2024
1 parent b98bb9e commit 6a6c588
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ jobs:
- windows-latest
ocaml-compiler:
- "5.2"
allow-prerelease-opam:
- false
include:
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda
allow-prerelease-opam: false
- os: ubuntu-latest
ocaml-compiler: "5.2"
allow-prerelease-opam: true

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

Expand All @@ -67,5 +73,6 @@ jobs:
uses: ./
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}

- run: opam install uri

0 comments on commit 6a6c588

Please sign in to comment.