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

support Coq 8.8.2

parent 1d074701
Branches
Tags
No related merge requests found
Pipeline #12159 passed
...@@ -33,6 +33,11 @@ build-coq.dev: ...@@ -33,6 +33,11 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
VALIDATE: "1" VALIDATE: "1"
build-coq.8.8.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.2"
build-coq.8.8.1: build-coq.8.8.1:
<<: *template <<: *template
variables: variables:
......
...@@ -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 / 8.8.0 / 8.8.1 - Coq version 8.6.0 / 8.6.1 / 8.7.0 / 8.7.1 / 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2
## Installing via opam ## Installing via opam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment