Skip to content

Commit e5ae0de

Browse files
committed
Bump OCaml lower bound to 4.11 and update CI matrix.
OCaml 4.11 is the earliest release currently supported in OPAM. Earlier versions may still work but won't be tested.
1 parent 9d021d9 commit e5ae0de

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- "ubuntu" # libmariadb
2929
# "ubuntu-18.04" has libmariadbclient but has too old libc for node.js
3030
ocaml-compiler:
31-
- "5.3"
31+
- "5.5"
32+
- "5.2"
3233
- "4.14"
33-
- "4.07"
34+
- "4.11"
3435

3536
runs-on: ubuntu-latest
3637
container:

mariadb.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build: [
1818
]
1919
]
2020
depends: [
21-
"ocaml" {>= "4.07.0"}
21+
"ocaml" {>= "4.11.0"}
2222
"ctypes" {>= "0.13.0"}
2323
"conf-mariadb"
2424
"conf-gcc"

0 commit comments

Comments
 (0)