From f83462d2dba3160f56390649adba76a1989fab7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Mon, 13 May 2024 10:52:13 +0200 Subject: [PATCH] Only test 5.2 in CI since backward compatibility is currently lost. This is due to Typedtree incompatibilities. --- .github/workflows/build-and-test.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 99cdd9ef4..ce329062c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,18 +21,7 @@ jobs: - ubuntu-latest - windows-latest ocaml-compiler: - - 4.14.x - - 5.0.x - - 5.1.x - exclude: - - os: windows-latest - ocaml-compiler: 5.0.x - - os: windows-latest - ocaml-compiler: 5.1.x - - os: macos-latest - ocaml-compiler: 5.0.x - - os: macos-latest - ocaml-compiler: 5.1.x + - 5.2.x runs-on: ${{ matrix.os }}