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

CI: test against Coq 8.7.2

parent be5fe2c5
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,10 @@ build-coq.dev: ...@@ -41,10 +41,10 @@ build-coq.dev:
OPAM_PINS: "coq version dev coq-mathcomp-ssreflect version dev" OPAM_PINS: "coq version dev coq-mathcomp-ssreflect version dev"
VALIDATE: "1" VALIDATE: "1"
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-iris" OPAM_PKG: "coq-iris"
tags: tags:
- fp-timing - fp-timing
...@@ -53,6 +53,11 @@ build-coq.8.7.1: ...@@ -53,6 +53,11 @@ build-coq.8.7.1:
- build-time.txt - build-time.txt
- build-env.txt - build-env.txt
build-coq.8.7.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4"
build-coq.8.7.0: build-coq.8.7.0:
<<: *template <<: *template
variables: variables:
...@@ -66,7 +71,7 @@ build-coq.8.6.1: ...@@ -66,7 +71,7 @@ build-coq.8.6.1:
build-stdpp.dev: build-stdpp.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4 coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV" OPAM_PINS: "coq version 8.7.2 coq-mathcomp-ssreflect version 1.6.4 coq-stdpp.dev git https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/#$STDPP_REV"
except: except:
only: only:
- triggers - triggers
......
...@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org). ...@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with: This version is known to compile with:
- Coq 8.6.1 / 8.7.0 / 8.7.1 - Coq 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2
- Ssreflect 1.6.4 - Ssreflect 1.6.4
- A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
......
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