mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore(CI): add ocaml 5.0.x
This commit is contained in:
parent
fb09468837
commit
b11aea96bf
2 changed files with 2 additions and 1 deletions
2
.github/workflows/compat.yml
vendored
2
.github/workflows/compat.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue