Skip to content

Commit b724383

Browse files
authored
Build ocaml-lsp-server.1.18.0 in github action (#2)
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent dc5af8c commit b724383

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,36 @@ jobs:
5858
strategy:
5959
matrix:
6060
os: [ubuntu-latest, macos-13, macos-14]
61-
ocaml: ["5.2.0"]
61+
ocaml: ["5.2.0", "5.1.1"]
6262
include:
6363
- os: ubuntu-latest
6464
version: "1.19.0"
65+
ocaml: "5.2.0"
6566
linking: static
6667
target_triple: x86_64-unknown-linux-musl
6768
- os: macos-13
6869
version: "1.19.0"
70+
ocaml: "5.2.0"
6971
linking: dynamic
7072
target_triple: x86_64-apple-darwin
7173
- os: macos-14
7274
version: "1.19.0"
75+
ocaml: "5.2.0"
76+
linking: dynamic
77+
target_triple: aarch64-apple-darwin
78+
- os: ubuntu-latest
79+
version: "1.18.0"
80+
ocaml: "5.1.1"
81+
linking: static
82+
target_triple: x86_64-unknown-linux-musl
83+
- os: macos-13
84+
version: "1.18.0"
85+
ocaml: "5.1.1"
86+
linking: dynamic
87+
target_triple: x86_64-apple-darwin
88+
- os: macos-14
89+
version: "1.18.0"
90+
ocaml: "5.1.1"
7391
linking: dynamic
7492
target_triple: aarch64-apple-darwin
7593

0 commit comments

Comments
 (0)