Skip to content

Commit

Permalink
Test Coq 8.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Dec 17, 2020
1 parent f1ba8b4 commit 96ef5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- deploy

variables:
BUILD_IMAGE: "$CI_REGISTRY_IMAGE:ci-master-2020-04-03"
BUILD_IMAGE: "$CI_REGISTRY_IMAGE:ci-master-2020-09-08"
GIT_CLEAN_FLAGS: "-ffdxq"

build-image:
Expand Down
2 changes: 1 addition & 1 deletion misc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ RUN opam init -y --no-setup -j1 --bare --disable-sandboxing && \
opam switch create minimal ocaml-system && opam install -y $OPAM_PACKAGES && \
opam switch create latest ocaml-system && opam install -y $OPAM_PACKAGES && \
opam install -y --switch=minimal coq.8.7.2 && \
opam install -y --switch=latest coq.8.11.0 && \
opam install -y --switch=latest coq.8.12.0 && \
opam clean -a -c -r -s --logs

0 comments on commit 96ef5e5

Please sign in to comment.