Skip to content

Commit 1370b1c

Browse files
committed
Test against latest version of ocaml 4
1 parent d38b75c commit 1370b1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414
- ubuntu-latest
1515
ocaml-compiler:
1616
- 4.08.x
17+
- 4
1718
- 5
1819
include:
1920
- ocaml-compiler: 4.08.x
2021
packages: 'ppx_protocol_conv.opam ppx_protocol_conv_json.opam ppx_protocol_conv_msgpack.opam ppx_protocol_conv_xmlm.opam ppx_protocol_conv_yaml.opam ppx_protocol_conv_xml_light.opam'
22+
- ocaml-compiler: 4
23+
packages: 'ppx_protocol_conv.opam ppx_protocol_conv_json.opam ppx_protocol_conv_msgpack.opam ppx_protocol_conv_xmlm.opam ppx_protocol_conv_yaml.opam ppx_protocol_conv_xml_light.opam'
2124
- ocaml-compiler: 5
2225
packages: 'ppx_protocol_conv.opam ppx_protocol_conv_json.opam ppx_protocol_conv_msgpack.opam ppx_protocol_conv_xmlm.opam ppx_protocol_conv_yaml.opam'
2326
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)