diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b0964d1c06b3b0a985a91a34c59fba6bc75a2f5..e71475ea99d46767b95f79638b77e796cf4d6cc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,13 +29,14 @@ variables: - /^ci/ except: - triggers + - schedules ## Build jobs -build-coq.8.7.1: +build-coq.8.7.2: <<: *template variables: - OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4" + OPAM_PINS: "coq version 8.7.2" tags: - fp-timing artifacts: @@ -46,7 +47,8 @@ build-coq.8.7.1: build-iris.dev: <<: *template variables: - OPAM_PINS: "coq version 8.7.1 coq-mathcomp-ssreflect version 1.6.4 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" + OPAM_PINS: "coq version 8.7.2 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV" except: only: - triggers + - schedules