diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8390986b70bc75a0f5526994d8579662267685d0..7635e6d6a2a0d46249d2b35036ab533d4b7bd4bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,19 +32,19 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.10.1: +build-coq.8.11.0: <<: *template variables: - OPAM_PINS: "coq version 8.10.1" + OPAM_PINS: "coq version 8.11.0" OPAM_PKG: "coq-lambda-rust" - TIMING_CONF: "coq-8.10.1" + TIMING_CONF: "coq-8.11.0" tags: - fp-timing -build-coq.8.9.1: +build-coq.8.10.1: <<: *template variables: - OPAM_PINS: "coq version 8.9.1" + OPAM_PINS: "coq version 8.10.1" build-iris.dev: <<: *template diff --git a/README.md b/README.md index b8adac10b2810e26151bdc34617809eb57d920fb..500a943bd62707eca23eed759ab91b9512ba292a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.9.1 / 8.10.1 + - Coq 8.10.1 / 8.11.0 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source