Add OCaml 5 bytecode-only to the tested platforms

This commit is contained in:
Samuel Hym 2022-12-19 10:41:32 +01:00 committed by Fardale
parent f58310913a
commit fb09468837
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ jobs:
- '4.07.x' - '4.07.x'
- '4.08.x' - '4.08.x'
- '4.14.x' - '4.14.x'
- 'ocaml-variants.5.0.0+options,ocaml-option-bytecode-only'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View file

@ -19,6 +19,7 @@ jobs:
ocaml-compiler: ocaml-compiler:
- '4.03.x' - '4.03.x'
- '4.14.x' - '4.14.x'
- 'ocaml-variants.5.0.0+options,ocaml-option-bytecode-only'
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: