Skip to content

Commit

Permalink
add OCaml 5 to ci (#303)
Browse files Browse the repository at this point in the history
* add OCaml 5 to ci

* ci: remove OCaml 5 for windows

* separate os
  • Loading branch information
tatchi authored Mar 24, 2023
1 parent 0c224ce commit 545ab35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
# such as https://github.com/thierry-martinez/stdcompat/issues/26
- 4.08.0
- 4.14.x
include:
- ocaml-compiler: 5.0.x
os:
- ubuntu-latest
- ocaml-compiler: 5.0.x
os:
- macos-latest

runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 545ab35

Please sign in to comment.