diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b77fd3948a451dd9a64c1a776b49c63a070740c..f2bddafc41c7a63044ef646e13fef1f5ef78b888 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: CPU_CORES: "10" - OCAML: "ocaml-base-compiler.4.07.1" + OCAML: "ocaml-base-compiler.4.14.0" .template: &template stage: build @@ -41,7 +41,7 @@ trigger-iris.dev: variables: STDPP_REPO: "iris/stdpp" IRIS_REPO: "iris/iris" - OPAM_PINS: "coq version 8.15.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.16.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" except: only: - triggers