We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7429ec1 commit 32f83dfCopy full SHA for 32f83df
.github/workflows/workflow.yml
@@ -1,4 +1,4 @@
1
-name: Main workflow
+name: Builds, tests & co
2
3
on:
4
push:
@@ -14,20 +14,16 @@ jobs:
14
matrix:
15
os:
16
- ubuntu-latest
17
+ - macos-latest
18
+ - windows-latest
19
ocaml-compiler:
- - "4.04"
- - "4.05"
20
- - "4.11"
21
- - "4.13"
22
- - "4.14"
23
- - "5.0"
24
- - "5.1"
25
- - "5.2"
+ - 5
+ - 4
26
include:
27
- - os: macos-latest
28
- ocaml-compiler: "5.2"
29
- - os: windows-latest
30
+ - os: ubuntu-latest
+ ocaml-compiler: "4.04"
31
32
runs-on: ${{ matrix.os }}
33
@@ -51,10 +47,8 @@ jobs:
51
47
steps:
52
48
- name: Checkout tree
53
49
uses: actions/checkout@v4
54
-
55
50
- name: Set-up OCaml
56
uses: ocaml/setup-ocaml@v3
57
with:
58
- ocaml-compiler: "4.14"
59
+ ocaml-compiler: 4
60
- uses: ocaml/setup-ocaml/lint-opam@v3
0 commit comments