diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9361b2c8fdb195ae91d8d156f0e43dc2e1823afb..fd35d34928a1ed1a12e6fb82de82991dfba6d036 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,10 +45,10 @@ variables: ## Build jobs # The newest version runs with timing. -build-coq.8.20.0: +build-coq.8.20.1: <<: *template variables: - OPAM_PINS: "coq version 8.20.0" + OPAM_PINS: "coq version 8.20.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" CI_COQCHK: "1" @@ -59,19 +59,19 @@ build-coq.8.20.0: interruptible: false # The newest version also runs in MRs, without timing. -build-coq.8.20.0-mr: +build-coq.8.20.1-mr: <<: *template <<: *only_mr variables: - OPAM_PINS: "coq version 8.20.0" + OPAM_PINS: "coq version 8.20.1" DENY_WARNINGS: "1" MANGLE_NAMES: "1" # Also ensure Dune works. -build-coq.8.20.0-dune: +build-coq.8.20.1-dune: <<: *template variables: - OPAM_PINS: "coq version 8.20.0 dune version 3.15.2" + OPAM_PINS: "coq version 8.20.1 dune version 3.15.2" MAKE_TARGET: "dune" build-coq.8.19.1: diff --git a/README.md b/README.md index e84ebed753a5e3a9fec5dde7c5edb542b73410ce..dc2b4698d9c43bbf7537833000822bfc66b7b14f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Notably: This version is known to compile with: - - Coq version 8.18.0 / 8.19.1 / 8.20.0 + - Coq version 8.18.0 / 8.19.1 / 8.20.1 Generally we always aim to support the last two stable Coq releases. Support for older versions will be dropped when it is convenient.