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

test Coq 8.12.0

parent dc3d182b
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,15 @@ variables:
## Build jobs
build-coq.8.12.dev:
build-coq.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.12.dev"
CI_COQCHK: "1"
OPAM_PINS: "coq version dev"
build-coq.8.12.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.12.0"
build-coq.8.11.2:
<<: *template
......@@ -65,11 +69,11 @@ build-stdpp.dev-coq.8.11.2:
- schedules
- api
# Nightly job with Coq master
build-stdpp.dev-coq.dev:
# Nightly job with latest Coq branch
build-stdpp.dev-coq.8.12.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
OPAM_PINS: "coq version 8.12.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
CI_COQCHK: "1"
except:
only:
......
......@@ -18,7 +18,7 @@ definitions and some derived forms is available in
This version is known to compile with:
- Coq 8.9.1 / 8.10.2 / 8.11.2
- Coq 8.9.1 / 8.10.2 / 8.11.2 / 8.12.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
If you need to work with Coq 8.7 or Coq 8.8, please check out the
......
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