From a5dc9c2e4fc6bd0e1894392b4ad1cc2445ee98d7 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 11 Aug 2022 11:26:36 -0400 Subject: [PATCH] test against upcoming Coq 8.16 --- .gitlab-ci.yml | 6 ++++++ coq-stdpp.opam | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79da8ea0..2e88890b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,12 @@ variables: ## Build jobs +build-coq.8.16.dev: + <<: *template + <<: *branches_and_mr + variables: + OPAM_PINS: "coq version 8.16+rc1" + build-coq.8.15.0: <<: *template variables: diff --git a/coq-stdpp.opam b/coq-stdpp.opam index df7a0d05..053a1d24 100644 --- a/coq-stdpp.opam +++ b/coq-stdpp.opam @@ -33,7 +33,7 @@ tags: [ ] depends: [ - "coq" { (>= "8.12" & < "8.16~") | (= "dev") } + "coq" { (>= "8.12" & < "8.17~") | (= "dev") } ] build: ["./make-package" "stdpp" "-j%{jobs}%"] -- GitLab