diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbef5ba42ea1ceb921bd7cd01154afef8c4fe8d6..ad3de17512c0b68885010ff9593ed8933af9fa0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.12.0: +build-coq.8.13.1: <<: *template variables: - OPAM_PINS: "coq version 8.12.0" + OPAM_PINS: "coq version 8.13.1" OPAM_PKG: "1" DENY_WARNINGS: "1" tags: diff --git a/README.md b/README.md index 3ace436a0506f36dd33afdae71ca95123de4784f..03bb7c382c13c87f71e1cf11a334fd2d9957f591 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.12.0 + - Coq 8.13.1 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source