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

update the Coq versions we test

parent e4a5fca3
No related branches found
No related tags found
No related merge requests found
Pipeline #59022 passed
...@@ -28,16 +28,16 @@ variables: ...@@ -28,16 +28,16 @@ variables:
## Build jobs ## Build jobs
build-coq.8.13.0: build-coq.8.14.1:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.13.0" OPAM_PINS: "coq version 8.14.1"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
build-coq.8.12.2: build-coq.8.13.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.12.2" OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
trigger-iris.dev: trigger-iris.dev:
...@@ -45,7 +45,7 @@ trigger-iris.dev: ...@@ -45,7 +45,7 @@ trigger-iris.dev:
variables: variables:
STDPP_REPO: "iris/stdpp" STDPP_REPO: "iris/stdpp"
IRIS_REPO: "iris/iris" IRIS_REPO: "iris/iris"
OPAM_PINS: "coq version dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" OPAM_PINS: "coq version 8.14.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except: except:
only: only:
- triggers - triggers
......
...@@ -21,7 +21,7 @@ To log in, you need to [create an MPI-SWS GitLab account](https://gitlab.mpi-sws ...@@ -21,7 +21,7 @@ To log in, you need to [create an MPI-SWS GitLab account](https://gitlab.mpi-sws
For the tutorial material you need to have the following dependencies installed: For the tutorial material you need to have the following dependencies installed:
- Coq 8.12.2 or 8.13.0 - Coq 8.13.2 / 8.14.1
- A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
*Note:* the tutorial material will not work with earlier or later versions of *Note:* the tutorial material will not work with earlier or later versions of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment