We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109af1b commit 06f7765Copy full SHA for 06f7765
.github/workflows/workflow.yml
@@ -11,28 +11,30 @@ jobs:
11
fail-fast: false
12
matrix:
13
ocaml-version:
14
- - 4.00.1
15
- - 4.01.0
16
- - 4.02.3
17
- 4.03.0
18
- 4.04.2
19
- 4.05.0
20
- 4.06.1
21
- 4.07.1
22
- 4.08.1
23
- 4.09.1
+ - 4.10.0
+ - 4.11.1
+ - 4.12.1
24
+ - 4.13.1
25
+ - 4.14.1
26
required:
27
- true
28
os:
29
- ubuntu-latest
30
include:
- - ocaml-version: 4.09.1
31
+ - ocaml-version: 4.14.1
32
required: true
33
os: macos-latest
34
35
required: false
36
os: windows-latest
- - ocaml-version: 4.10.0
37
+ - ocaml-version: 5.2.0
38
39
os: ubuntu-latest
40
0 commit comments