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

test against Coq 8.8.0; update CI

parent 793110fe
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -32,18 +32,17 @@ build-coq.dev: ...@@ -32,18 +32,17 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
VALIDATE: "1" VALIDATE: "1"
build-coq.8.8.dev: build-coq.8.8.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.8.dev" OPAM_PINS: "coq version 8.8.0"
VALIDATE: "1"
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-stdpp" OPAM_PKG: "coq-stdpp"
DOC_DIR: "coqdoc@center.mpi-sws.org:/stdpp" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
TIMING_PROJECT: "stdpp" TIMING_PROJECT: "stdpp"
TIMING_CONF: "coq-8.7.2" TIMING_CONF: "coq-8.7.2"
tags: tags:
......
...@@ -38,7 +38,7 @@ Notably: ...@@ -38,7 +38,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0
## Installing via opam ## Installing via opam
......
Subproject commit e5c453511fcab2d178f687a5f226efd44f54b7f4 Subproject commit 987ea45abdbb1f86a868328c3e51aa1a12cb35d7
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