From 9b7f3abccf8544fc970dd76520dc56517f898191 Mon Sep 17 00:00:00 2001 From: George Leontiev Date: Fri, 28 Jun 2024 14:10:33 +0000 Subject: [PATCH 1/2] Align ocaml-base-compiler version. Signed-off-by: George Leontiev --- .github/workflows/workflow.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e8126d9..3ec62c3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,14 +17,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] ocaml: - - ocaml-base-compiler.5.0.0~alpha0 - - 4.14.0 - include: - - {os: ubuntu-latest, ocaml: 4.13.1} - - {os: ubuntu-latest, ocaml: 4.12.1} - - {os: ubuntu-latest, ocaml: 4.11.2} - exclude: - - {os: windows-latest, ocaml: ocaml-base-compiler.5.0.0~alpha0} + - ocaml-base-compiler.5.1.0 runs-on: ${{ matrix.os }} From f99fd13d982395fb0767bed838de61cef31a9cea Mon Sep 17 00:00:00 2001 From: George Leontiev Date: Fri, 28 Jun 2024 14:15:44 +0000 Subject: [PATCH 2/2] Remove windows, add more versions Signed-off-by: George Leontiev --- .github/workflows/workflow.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3ec62c3..d549ac1 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -15,9 +15,11 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] ocaml: - ocaml-base-compiler.5.1.0 + - ocaml-base-compiler.5.1.1 + - ocaml-base-compiler.5.2.0 runs-on: ${{ matrix.os }}