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

CI: update to Coq 8.7.2

parent e1ba1c8c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -35,10 +35,10 @@ variables: ...@@ -35,10 +35,10 @@ variables:
## Build jobs ## Build jobs
build-coq.8.7.1: build-coq.8.7.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4" OPAM_PINS: "coq version 8.7.2 coq-mathcomp-ssreflect version 1.6.4"
OPAM_PKG: "coq-lambda-rust" OPAM_PKG: "coq-lambda-rust"
tags: tags:
- fp-timing - fp-timing
...@@ -55,7 +55,7 @@ build-coq.8.6.1: ...@@ -55,7 +55,7 @@ build-coq.8.6.1:
build-iris.dev: build-iris.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" OPAM_PINS: "coq version 8.7.2 coq-mathcomp-ssreflect version 1.6.4 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except: except:
only: only:
- triggers - triggers
......
...@@ -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.6.1 / 8.7.1 - Coq 8.6.1 / 8.7.2
- Ssreflect 1.6.4 - Ssreflect 1.6.4
- 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/)
......
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