From cd39f9a240ebd84e1c2fdfc6d66a75e831cbe774 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 6 May 2022 14:08:13 +0200
Subject: [PATCH] old Coq needs old OCaml

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2039cc4..e13fc633 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,7 @@ build-coq.8.12.2:
   variables:
     OPAM_PINS: "coq version 8.12.2"
     DENY_WARNINGS: "1"
+    OCAML: "ocaml-base-compiler.4.08.1"
 
 build-coq.8.11.2:
   <<: *template
@@ -89,3 +90,4 @@ build-coq.8.11.2:
   variables:
     OPAM_PINS: "coq version 8.11.2"
     DENY_WARNINGS: "1"
+    OCAML: "ocaml-base-compiler.4.08.1"
-- 
GitLab