There was an error while loading. Please reload this page.
1 parent 9d021d9 commit e5ae0deCopy full SHA for e5ae0de
2 files changed
.github/workflows/workflow.yml
@@ -28,9 +28,10 @@ jobs:
28
- "ubuntu" # libmariadb
29
# "ubuntu-18.04" has libmariadbclient but has too old libc for node.js
30
ocaml-compiler:
31
- - "5.3"
+ - "5.5"
32
+ - "5.2"
33
- "4.14"
- - "4.07"
34
+ - "4.11"
35
36
runs-on: ubuntu-latest
37
container:
mariadb.opam
@@ -18,7 +18,7 @@ build: [
18
]
19
20
depends: [
21
- "ocaml" {>= "4.07.0"}
+ "ocaml" {>= "4.11.0"}
22
"ctypes" {>= "0.13.0"}
23
"conf-mariadb"
24
"conf-gcc"
0 commit comments