From a86b256de98ebcf63fe85a9ce899c8d9de27f640 Mon Sep 17 00:00:00 2001 From: Louis Gesbert Date: Fri, 27 Oct 2023 12:04:16 +0200 Subject: [PATCH] fix(CI): disable compat tests with 0.12, 0.13 It's not expected that we remain compatible with versions that required exposing `solution.ml`. --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5bf4684a0..22fc75081 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -38,8 +38,8 @@ jobs: fail-fast: false matrix: server_image: - - 'ocamlsf/learn-ocaml:0.12' - - 'ocamlsf/learn-ocaml:0.13.0' + # - 'ocamlsf/learn-ocaml:0.12' + # - 'ocamlsf/learn-ocaml:0.13.0' - 'learn-ocaml' # use learn-ocaml image built from master env: USE_CLIENT_IMAGE: 'true'