Skip to content

Commit 46d448d

Browse files
committed
Minimum required ocaml version 4.07 required by base
1 parent 801bf91 commit 46d448d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232
- run: opam exec -- dune runtest
3333

3434
compat:
35-
name: compat (ubuntu-latest, 4.04.0)
35+
name: compat (ubuntu-latest, 4.07.0)
3636
runs-on: ubuntu-latest
3737

3838
steps:
3939
- name: Checkout code
4040
uses: actions/checkout@v2
4141

42-
- name: Use OCaml 4.04.0
42+
- name: Use OCaml 4.07.0
4343
uses: avsm/setup-ocaml@v1
4444
with:
45-
ocaml-version: 4.04.0
45+
ocaml-version: 4.07.0
4646

4747
- run: opam pin . --no-action
4848
- run: opam install . --deps-only

ppx_protocol_conv.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1111
]
1212
depends: [
13-
"ocaml" {>= "4.04"}
13+
"ocaml" {>= "4.07"}
1414
"base" {>= "v0.14.0" }
1515
"dune" {>= "1.2"}
1616
"ppxlib" {>= "0.9.0"}

0 commit comments

Comments
 (0)