From 4ff443de71f29d42124a5499e9ad5720fdfc935d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 14 Sep 2023 13:46:42 +0200 Subject: [PATCH] test on Coq 8.18.0 --- .gitlab-ci.yml | 5 +++++ README.md | 2 +- coq-stdpp.opam | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec521d2a..0b579d54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,11 @@ variables: ## Build jobs +build-coq.8.18.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.18.0" + build-coq.8.17.0: <<: *template variables: diff --git a/README.md b/README.md index 0ee4e13b..c867782a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Notably: This version is known to compile with: - - Coq version 8.15.2 / 8.16.1 / 8.17.0 + - Coq version 8.15.2 / 8.16.1 / 8.17.0 / 8.18.0 Generally we always aim to support the last two stable Coq releases. Support for older versions will be dropped when it is convenient. diff --git a/coq-stdpp.opam b/coq-stdpp.opam index 4da0f5ed..09a09511 100644 --- a/coq-stdpp.opam +++ b/coq-stdpp.opam @@ -33,7 +33,7 @@ tags: [ ] depends: [ - "coq" { (>= "8.15" & < "8.18~") | (= "dev") } + "coq" { (>= "8.15" & < "8.19~") | (= "dev") } ] build: ["./make-package" "stdpp" "-j%{jobs}%"] -- GitLab