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

also test again coq 8.8.0

parent 0454b1ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -26,11 +26,20 @@ variables: ...@@ -26,11 +26,20 @@ variables:
## Build jobs ## Build jobs
build-coq.8.8.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.0"
OPAM_PKG: "coq-lambda-rust"
TIMING_PROJECT: "lambda-rust"
TIMING_CONF: "coq-8.8.0"
tags:
- fp-timing
build-coq.8.7.2: build-coq.8.7.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.7.2" OPAM_PINS: "coq version 8.7.2"
OPAM_PKG: "coq-lambda-rust"
TIMING_PROJECT: "lambda-rust" TIMING_PROJECT: "lambda-rust"
TIMING_CONF: "coq-8.7.2" TIMING_CONF: "coq-8.7.2"
tags: tags:
......
...@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. ...@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with: This version is known to compile with:
- Coq 8.7.2 - Coq 8.7.2 / 8.8.0
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
## Building from source ## Building from source
......
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