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

test Coq 8.11 branch; don't test versions std++ does not test

parent c23b13ee
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,12 @@ build-coq.dev: ...@@ -33,6 +33,12 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
CI_COQCHK: "1" CI_COQCHK: "1"
build-coq.8.11.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.11.dev"
CI_COQCHK: "1"
build-coq.8.10.1: build-coq.8.10.1:
<<: *template <<: *template
variables: variables:
...@@ -44,21 +50,11 @@ build-coq.8.10.1: ...@@ -44,21 +50,11 @@ build-coq.8.10.1:
tags: tags:
- fp-timing - fp-timing
build-coq.8.10.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.10.0"
build-coq.8.9.1: build-coq.8.9.1:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.9.1" OPAM_PINS: "coq version 8.9.1"
build-coq.8.9.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.0"
build-coq.8.8.2: build-coq.8.8.2:
<<: *template <<: *template
variables: variables:
......
...@@ -18,7 +18,7 @@ definitions and some derived forms is available in ...@@ -18,7 +18,7 @@ definitions and some derived forms is available in
This version is known to compile with: This version is known to compile with:
- Coq 8.8.2 / 8.9.0 / 8.9.1 / 8.10.0 / 8.10.1 - Coq 8.8.2 / 8.9.1 / 8.10.1
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
For a version compatible with Coq 8.6, have a look at the For a version compatible with Coq 8.6, have a look at the
......
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