From 12037c6ba299c0855a3104c103f1a0d6cd6939c9 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 12 Oct 2021 23:05:47 -0400 Subject: [PATCH] test only >= 4.08 on CI --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fa91272..80a6d4ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,7 @@ jobs: - windows-latest #- macos-latest # clogs CI ocaml-compiler: - - 4.04.x - - 4.10.x + - 4.08.x - 4.12.x runs-on: ${{ matrix.os }} steps: