From 5d6abf13b137d8499e59b12e7e216f7cc12304e2 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Thu, 7 Jul 2022 12:21:08 +0200 Subject: [PATCH] Update CI --- .github/workflows/docker-action.yml | 2 ++ meta.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index 1de4c8f..1c9f4dd 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -28,10 +28,12 @@ jobs: - 'mathcomp/mathcomp:1.15.0-coq-8.13' - 'mathcomp/mathcomp:1.15.0-coq-8.14' - 'mathcomp/mathcomp:1.15.0-coq-8.15' + - 'mathcomp/mathcomp:1.15.0-coq-8.16' - 'mathcomp/mathcomp:1.15.0-coq-dev' - 'mathcomp/mathcomp-dev:coq-8.13' - 'mathcomp/mathcomp-dev:coq-8.14' - 'mathcomp/mathcomp-dev:coq-8.15' + - 'mathcomp/mathcomp-dev:coq-8.16' - 'mathcomp/mathcomp-dev:coq-dev' fail-fast: false steps: diff --git a/meta.yml b/meta.yml index 7caf51b..74512f2 100644 --- a/meta.yml +++ b/meta.yml @@ -53,6 +53,8 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp' - version: '1.15.0-coq-8.15' repo: 'mathcomp/mathcomp' +- version: '1.15.0-coq-8.16' + repo: 'mathcomp/mathcomp' - version: '1.15.0-coq-dev' repo: 'mathcomp/mathcomp' - version: 'coq-8.13' @@ -61,6 +63,8 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.15' repo: 'mathcomp/mathcomp-dev' +- version: 'coq-8.16' + repo: 'mathcomp/mathcomp-dev' - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev'