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 c00383f commit 944d73bCopy full SHA for 944d73b
.github/workflows/windows.yml
@@ -40,6 +40,11 @@ jobs:
40
if: steps.cache-opam.outputs.cache-hit != 'true'
41
run: opam init --yes --no-setup .
42
43
+ - name: Restrict testing to available compilers
44
+ if: steps.cache-opam.outputs.cache-hit != 'true'
45
+ # TODO Amend this lowerbound as older compiler packages are updated
46
+ run: opam switch set-invariant --formula "`"ocaml`" {>= `"4.13`"}"
47
+
48
- name: Save opam cache
49
50
uses: actions/cache/save@v4
0 commit comments