From 7c4fd7d64d3d2e2a74127d6d5119a3c4e016c541 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 8 May 2022 11:47:04 +0200 Subject: [PATCH] normalize OCaml versions --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e13fc633..8919f462 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-base-compiler.4.13.1" + OCAML: "ocaml-base-compiler.4.14.0" .only_branches: &only_branches only: @@ -82,7 +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" + OCAML: "ocaml-base-compiler.4.07.1" build-coq.8.11.2: <<: *template @@ -90,4 +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" + OCAML: "ocaml-base-compiler.4.07.1" -- GitLab