We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98bb9e commit 6a6c588Copy full SHA for 6a6c588
.github/workflows/workflow.yml
@@ -53,9 +53,15 @@ jobs:
53
- windows-latest
54
ocaml-compiler:
55
- "5.2"
56
+ allow-prerelease-opam:
57
+ - false
58
include:
59
- os: ubuntu-latest
60
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
65
66
runs-on: ${{ matrix.os }}
67
@@ -67,5 +73,6 @@ jobs:
73
uses: ./
68
74
with:
69
75
ocaml-compiler: ${{ matrix.ocaml-compiler }}
76
+ allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
70
77
71
78
- run: opam install uri
0 commit comments