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

test Coq 8.20

parent 68778750
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,10 @@ variables:
## Build jobs
# The newest version runs with timing.
build-coq.8.19.1:
build-coq.8.20.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.19.1"
OPAM_PINS: "coq version 8.20.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
OPAM_PKG: "1"
......@@ -59,22 +59,28 @@ build-coq.8.19.1:
interruptible: false
# The newest version also runs in MRs, without timing.
build-coq.8.19.1-mr:
build-coq.8.20.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.19.1"
OPAM_PINS: "coq version 8.20.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
# Also ensure Dune works.
build-coq.8.19.1-dune:
build-coq.8.20.0-dune:
<<: *template
<<: *branches_and_mr
variables:
OPAM_PINS: "coq version 8.19.1 dune version 3.15.2"
OPAM_PINS: "coq version 8.20.0 dune version 3.15.2"
MAKE_TARGET: "dune"
build-coq.8.19.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.19.1"
DENY_WARNINGS: "1"
# The oldest version runs in MRs, without name mangling.
build-coq.8.18.0:
<<: *template
......
......@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
- Coq 8.18.0 / 8.19.1
- Coq 8.18.0 / 8.19.1 / 8.20.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
Generally we always aim to support the last two stable Coq releases. Support for
......
......@@ -27,7 +27,7 @@ tags: [
]
depends: [
"coq" { (>= "8.18" & < "8.20~") | (= "dev") }
"coq" { (>= "8.18" & < "8.21~") | (= "dev") }
"coq-stdpp" { (= "dev.2024-09-11.0.f6973baf") | (= "dev") }
]
......
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