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

test against Coq 8.9.0

parent 26088f98
No related branches found
No related tags found
No related merge requests found
Pipeline #14150 passed
...@@ -33,10 +33,16 @@ build-coq.dev: ...@@ -33,10 +33,16 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
VALIDATE: "1" VALIDATE: "1"
build-coq.8.9.dev: build-coq.8.9.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.9.dev" OPAM_PINS: "coq version 8.9.0"
OPAM_PKG: "coq-stdpp"
DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
TIMING_PROJECT: "stdpp"
TIMING_CONF: "coq-8.9.0"
tags:
- fp-timing
build-coq.8.8.2: build-coq.8.8.2:
<<: *template <<: *template
...@@ -52,8 +58,6 @@ build-coq.8.8.0: ...@@ -52,8 +58,6 @@ build-coq.8.8.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.8.0" OPAM_PINS: "coq version 8.8.0"
OPAM_PKG: "coq-stdpp"
DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
TIMING_PROJECT: "stdpp" TIMING_PROJECT: "stdpp"
TIMING_CONF: "coq-8.8.0" TIMING_CONF: "coq-8.8.0"
tags: tags:
...@@ -63,10 +67,6 @@ build-coq.8.7.2: ...@@ -63,10 +67,6 @@ build-coq.8.7.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.7.2" OPAM_PINS: "coq version 8.7.2"
TIMING_PROJECT: "stdpp"
TIMING_CONF: "coq-8.7.2"
tags:
- fp-timing
build-coq.8.7.1: build-coq.8.7.1:
<<: *template <<: *template
......
...@@ -45,7 +45,7 @@ Notably: ...@@ -45,7 +45,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 - Coq version 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 / 8.9.0
## Installing via opam ## Installing via opam
......
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