From bf5a2895902e68f1613b61360b13bc45aed6a476 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 7 Oct 2024 11:31:39 +0200 Subject: [PATCH] bump CI to Coq 8.20 --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ff8c23..3a39912 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,11 +28,10 @@ variables: ## Build jobs -build-coq.8.18.0: +build-coq.8.20.0: <<: *template variables: - OPAM_PINS: "coq version 8.18.0" - DENY_WARNINGS: "1" + OPAM_PINS: "coq version 8.20.0" OPAM_PKG: "1" tags: - fp-timing -- GitLab