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

switch CI to Coq 8.14.1

parent 85d36776
No related branches found
No related tags found
No related merge requests found
Pipeline #57996 passed
...@@ -41,20 +41,13 @@ variables: ...@@ -41,20 +41,13 @@ variables:
## Build jobs ## Build jobs
build-coq.8.14.0: build-coq.8.14.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.14.0"
MANGLE_NAMES: "1"
CI_COQCHK: "1"
DENY_WARNINGS: "1"
build-coq.8.13.2:
<<: *template <<: *template
interruptible: false interruptible: false
variables: variables:
OPAM_PINS: "coq version 8.13.2" OPAM_PINS: "coq version 8.14.1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
CI_COQCHK: "1"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
OPAM_PKG: "1" OPAM_PKG: "1"
DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
...@@ -62,9 +55,16 @@ build-coq.8.13.2: ...@@ -62,9 +55,16 @@ build-coq.8.13.2:
- fp-timing - fp-timing
# Separate MR job that does not run on fp-timing. # Separate MR job that does not run on fp-timing.
build-coq.8.13.2-mr: build-coq.8.14.1-mr:
<<: *template <<: *template
<<: *only_mr <<: *only_mr
variables:
OPAM_PINS: "coq version 8.14.1"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
build-coq.8.13.2:
<<: *template
variables: variables:
OPAM_PINS: "coq version 8.13.2" OPAM_PINS: "coq version 8.13.2"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
......
...@@ -45,7 +45,7 @@ Notably: ...@@ -45,7 +45,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.0 - Coq version 8.10.2 / 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1
## Installing via opam ## Installing via opam
......
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