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

test against Coq 8.12.0 (instead of the branch) and master

parent 67db2f24
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,17 @@ variables: ...@@ -27,12 +27,17 @@ variables:
## Build jobs ## Build jobs
build-coq.8.12.dev: build-coq.dev:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.12.dev" OPAM_PINS: "coq version dev"
CI_COQCHK: "1" CI_COQCHK: "1"
build-coq.8.12.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.12.0"
build-coq.8.11.2: build-coq.8.11.2:
<<: *template <<: *template
variables: variables:
......
...@@ -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.8.2 / 8.9.1 / 8.10.2 / 8.11.2 - Coq version 8.8.2 / 8.9.1 / 8.10.2 / 8.11.2 / 8.12.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