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

test 8.17.0

parent 727a8fbb
No related branches found
No related tags found
No related merge requests found
Pipeline #81203 passed
...@@ -44,10 +44,18 @@ variables: ...@@ -44,10 +44,18 @@ variables:
## Build jobs ## Build jobs
build-coq.8.17.dev: build-coq.8.17.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.17.dev" OPAM_PINS: "coq version 8.17.0"
build-coq.8.17.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.17.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.16.1: build-coq.8.16.1:
<<: *template <<: *template
...@@ -62,14 +70,6 @@ build-coq.8.16.1: ...@@ -62,14 +70,6 @@ build-coq.8.16.1:
- fp-timing - fp-timing
interruptible: false interruptible: false
build-coq.8.16.1-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.16.1"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.15.2: build-coq.8.15.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.14.1 / 8.15.2 / 8.16.1 - Coq version 8.14.1 / 8.15.2 / 8.16.1 / 8.17.0
Generally we always aim to support at least the last three stable Coq releases. Generally we always aim to support at least the last three stable Coq releases.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment