chore(CI): add ocaml 5.0.x

This commit is contained in:
Fardale 2022-12-23 13:51:56 +01:00
parent fb09468837
commit b11aea96bf
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
name: compat
on:
@ -21,6 +20,7 @@ jobs:
- '4.07.x'
- '4.08.x'
- '4.14.x'
- '5.0.x'
- 'ocaml-variants.5.0.0+options,ocaml-option-bytecode-only'
runs-on: ${{ matrix.os }}

View file

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