From d1509fe0546629a8fe2f674945102ec839c0c248 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 14 Sep 2023 14:50:01 +0200 Subject: [PATCH] test Coq 8.17.1 --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68f2debc..2baeae7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,10 +67,10 @@ build-coq.8.18.0-mr: DENY_WARNINGS: "1" MANGLE_NAMES: "1" -build-coq.8.17.0: +build-coq.8.17.1: <<: *template variables: - OPAM_PINS: "coq version 8.17.0" + OPAM_PINS: "coq version 8.17.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" diff --git a/README.md b/README.md index c867782a..0e89c96f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Notably: This version is known to compile with: - - Coq version 8.15.2 / 8.16.1 / 8.17.0 / 8.18.0 + - Coq version 8.15.2 / 8.16.1 / 8.17.1 / 8.18.0 Generally we always aim to support the last two stable Coq releases. Support for older versions will be dropped when it is convenient. -- GitLab