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 8b6010b commit 2ae226dCopy full SHA for 2ae226d
.github/workflows/build.yml
@@ -22,10 +22,19 @@ jobs:
22
include:
23
- ocukver: dev
24
ukver: dev
25
+ ocver: 5.4.0
26
+ - ocukver: dev
27
+ ukver: dev
28
+ ocver: 5.3.0
29
30
ukver: 0.18.0
31
32
33
+ ukver: 0.18.0
34
35
- ocukver: 1.0.0
36
37
38
steps:
39
- name: Checkout code
40
uses: actions/checkout@v4
@@ -48,7 +57,7 @@ jobs:
48
57
- name: Install OCaml compiler
49
58
uses: ocaml/setup-ocaml@v3
50
59
with:
51
- ocaml-compiler: 5.3.0
60
+ ocaml-compiler: ${{ matrix.ocver }}
52
61
# We need to pin our packages with their real version numbers, to
53
62
# satisfy the dependency bounds of the other packages
54
63
opam-pin: false
0 commit comments