From 675152ce1bb895aec69b23916ce4e3a87698c154 Mon Sep 17 00:00:00 2001 From: Pierre Villemot Date: Mon, 11 Sep 2023 10:59:31 +0200 Subject: [PATCH] Test AE on 4.08.0 and 4.14.2 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3484cf81b6..0cac8b1b32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: permissions: {} env: - OCAML_DEFAULT_VERSION: 4.10.1 + OCAML_DEFAULT_VERSION: 4.08.0 # Add OPAMYES=true to the environment, this is usefill to replace `-y` option # in any opam call OPAMYES: true @@ -26,7 +26,8 @@ jobs: - macos-latest - ubuntu-latest ocaml-compiler: - - 4.10.1 + - 4.08.0 + - 4.14.2 runs-on: ${{ matrix.os }}