mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 05:03:54 -05:00
Add OCaml 5 bytecode-only to the tested platforms
This commit is contained in:
parent
f58310913a
commit
fb09468837
2 changed files with 2 additions and 0 deletions
1
.github/workflows/compat.yml
vendored
1
.github/workflows/compat.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue