From 60750ae1f4bbd900ec5f94c26b6157f5e96421b5 Mon Sep 17 00:00:00 2001 From: Karl Palmskog Date: Thu, 18 Jan 2024 23:47:38 +0100 Subject: [PATCH] add CI for MathComp 2.2.0 --- .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 4b83b68..86e2cca 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -20,6 +20,8 @@ jobs: matrix: image: - 'mathcomp/mathcomp-dev:coq-dev' + - 'mathcomp/mathcomp:2.2.0-coq-8.19' + - 'mathcomp/mathcomp:2.2.0-coq-8.18' - 'mathcomp/mathcomp:2.1.0-coq-8.18' - 'mathcomp/mathcomp:2.1.0-coq-8.17' - 'mathcomp/mathcomp:2.1.0-coq-8.16' diff --git a/meta.yml b/meta.yml index c8d7307..d3722b4 100644 --- a/meta.yml +++ b/meta.yml @@ -66,6 +66,10 @@ dependencies: tested_coq_opam_versions: - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev' +- version: '2.2.0-coq-8.19' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.18' + repo: 'mathcomp/mathcomp' - version: '2.1.0-coq-8.18' repo: 'mathcomp/mathcomp' - version: '2.1.0-coq-8.17'