From 4e2da79dc3e46a59f2968a1f24300a518e951cf0 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 2 Jan 2023 20:16:21 +0100 Subject: [PATCH] also test Coq 8.17 --- .gitlab-ci.yml | 5 +++++ coq-stdpp.opam | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21ab8510..b779ae8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,11 @@ variables: ## Build jobs +build-coq.8.17.dev: + <<: *template + variables: + OPAM_PINS: "coq version 8.17.dev" + build-coq.8.16.1: <<: *template variables: diff --git a/coq-stdpp.opam b/coq-stdpp.opam index 053a1d24..5f8e6694 100644 --- a/coq-stdpp.opam +++ b/coq-stdpp.opam @@ -33,7 +33,7 @@ tags: [ ] depends: [ - "coq" { (>= "8.12" & < "8.17~") | (= "dev") } + "coq" { (>= "8.12" & < "8.18~") | (= "dev") } ] build: ["./make-package" "stdpp" "-j%{jobs}%"] -- GitLab