From c610de3d216243e1f9c36a7ab227f86d608d6617 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Mon, 30 Oct 2023 13:39:51 +1100 Subject: [PATCH] Remove 4.12 and 4.13 builds. We should be fine with the last three OCaml versions and the lower bound of 4.08. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08fb9d525..93d405b01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,6 @@ jobs: ocaml-compiler: - 4.08.x - - 4.12.x - - 4.13.x - 4.14.x - 5.0.x - 5.1.x