Skip to content

Commit

Permalink
Test against latest version of ocaml 4
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Jun 3, 2024
1 parent d38b75c commit 1370b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.08.x
- 4
- 5
include:
- ocaml-compiler: 4.08.x
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'
- ocaml-compiler: 4
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'
- ocaml-compiler: 5
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'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1370b1c

Please sign in to comment.