Skip to content

Commit 0ffb499

Browse files
committed
CI: Update OCaml version
1 parent 77424d0 commit 0ffb499

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
ocaml-compiler: [
1515
# OCaml LTS version
1616
ocaml.4.14.2,
17-
# ocaml-system for Fedora 39
18-
ocaml.5.0.0,
19-
# ocaml-system for Archlinux
20-
ocaml.5.1.0
17+
# Last official release
18+
ocaml.5.3.0
2119
]
2220
steps:
2321
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)