diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6a99d3b29b..4a161af821 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,11 +24,12 @@ jobs: - "4.14" - "5.0" - "5.1" + - "5.2" include: - os: macos-latest ocaml-compiler: "4.14" - os: macos-latest - ocaml-compiler: "5.1" + ocaml-compiler: "5.2" runs-on: ${{ matrix.os }}