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 9242275
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,14 @@ 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
- os: ubuntu-latest
ocaml-compiler: "5.2"
allow-prerelease-opam: true

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

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

- run: opam install uri

0 comments on commit 9242275

Please sign in to comment.