diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f03e57ad223b807c62d3309697b31d356134495..fa5be62bd3698983455c690c3a6f360b57da5dfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,8 @@ variables: paths: - opamroot/ only: - - master - - /^ci/ + - master@iris/examples + - /^ci/@iris/examples except: - triggers - schedules @@ -27,11 +27,11 @@ variables: ## Build jobs -build-coq.8.9.0: +build-coq.8.10.1: <<: *template variables: - OPAM_PINS: "coq version 8.9.0" - TIMING_CONF: "coq-8.9.0" + OPAM_PINS: "coq version 8.10.1" + TIMING_CONF: "coq-8.10.1" tags: - fp-timing diff --git a/README.md b/README.md index 4dfa7b434360b378ee4a5b1c70ea42a4c8e81350..eaa49b76b71ae1b286a685d6fc5ef9e481471d87 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris. This version is known to compile with: - - Coq 8.9.0 + - Coq 8.10.1 - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - The coq86-devel branch of [Autosubst](https://github.com/uds-psl/autosubst)