From c7bb94bd80ad775813a9ec795e038a1de5f68a29 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 30 Jul 2024 08:36:45 +1000 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e6a839f..8bf4a26 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,7 +15,8 @@ jobs: - windows-latest ocaml-compiler: - "ocaml.5.0.0,ocaml-option-mingw" - - "ocaml.5.1.0,ocaml-option-mingw" + - "ocaml.5.1.1,ocaml-option-mingw" + - "ocaml.5.2.0,ocaml-option-mingw" runs-on: ${{ matrix.os }}