Skip to content

Commit 06f7765

Browse files
committed
ci: update ocaml versions
1 parent 109af1b commit 06f7765

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/workflow.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,30 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ocaml-version:
14-
- 4.00.1
15-
- 4.01.0
16-
- 4.02.3
1714
- 4.03.0
1815
- 4.04.2
1916
- 4.05.0
2017
- 4.06.1
2118
- 4.07.1
2219
- 4.08.1
2320
- 4.09.1
21+
- 4.10.0
22+
- 4.11.1
23+
- 4.12.1
24+
- 4.13.1
25+
- 4.14.1
2426
required:
2527
- true
2628
os:
2729
- ubuntu-latest
2830
include:
29-
- ocaml-version: 4.09.1
31+
- ocaml-version: 4.14.1
3032
required: true
3133
os: macos-latest
32-
- ocaml-version: 4.09.1
34+
- ocaml-version: 4.14.1
3335
required: false
3436
os: windows-latest
35-
- ocaml-version: 4.10.0
37+
- ocaml-version: 5.2.0
3638
required: false
3739
os: ubuntu-latest
3840

0 commit comments

Comments
 (0)