Skip to content
Snippets Groups Projects
Commit db6bf153 authored by Ralf Jung's avatar Ralf Jung
Browse files

bump to Coq 8.20.1

parent 9b19c60c
No related branches found
No related tags found
No related merge requests found
Pipeline #115007 passed
......@@ -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:
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment