We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801bf91 commit 46d448dCopy full SHA for 46d448d
2 files changed
.github/workflows/workflow.yml
@@ -32,17 +32,17 @@ jobs:
32
- run: opam exec -- dune runtest
33
34
compat:
35
- name: compat (ubuntu-latest, 4.04.0)
+ name: compat (ubuntu-latest, 4.07.0)
36
runs-on: ubuntu-latest
37
38
steps:
39
- name: Checkout code
40
uses: actions/checkout@v2
41
42
- - name: Use OCaml 4.04.0
+ - name: Use OCaml 4.07.0
43
uses: avsm/setup-ocaml@v1
44
with:
45
- ocaml-version: 4.04.0
+ ocaml-version: 4.07.0
46
47
- run: opam pin . --no-action
48
- run: opam install . --deps-only
ppx_protocol_conv.opam
@@ -10,7 +10,7 @@ build: [
10
["dune" "runtest" "-p" name "-j" jobs] {with-test}
11
]
12
depends: [
13
- "ocaml" {>= "4.04"}
+ "ocaml" {>= "4.07"}
14
"base" {>= "v0.14.0" }
15
"dune" {>= "1.2"}
16
"ppxlib" {>= "0.9.0"}
0 commit comments