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

test against Coq 8.15.0

parent f71300ea
No related branches found
No related tags found
No related merge requests found
Pipeline #60222 passed
......@@ -41,10 +41,11 @@ variables:
## Build jobs
build-coq.8.15.dev:
build-coq.8.15.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.15.dev"
OPAM_PINS: "coq version 8.15.0"
DENY_WARNINGS: "1"
build-coq.8.14.1:
<<: *template
......
......@@ -45,7 +45,7 @@ Notably:
This version is known to compile with:
- Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1
- Coq version 8.11.2 / 8.12.2 / 8.13.2 / 8.14.1 / 8.15.0
## Installing via opam
......
......@@ -3,6 +3,8 @@
-arg -w -arg -deprecated-hint-rewrite-without-locality
# Fixing this one requires Coq 8.15.
-arg -w -arg -deprecated-typeclasses-transparency-without-locality
# Fixing this one requires Coq 8.13.
-arg -w -arg -deprecated-syntactic-definition
theories/options.v
theories/base.v
......
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