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 9242275Copy full SHA for 9242275
.github/workflows/workflow.yml
@@ -53,9 +53,14 @@ 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
+ - os: ubuntu-latest
62
+ ocaml-compiler: "5.2"
63
+ allow-prerelease-opam: true
64
65
runs-on: ${{ matrix.os }}
66
@@ -67,5 +72,6 @@ jobs:
67
72
uses: ./
68
73
with:
69
74
ocaml-compiler: ${{ matrix.ocaml-compiler }}
75
+ allow-prerelease-opam: ${{ matrix.allow-prerelease-opam }}
70
76
71
77
- run: opam install uri
0 commit comments