From 136b8f8afca013d1fa577ce4e68f42b423019832 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Wed, 14 Feb 2024 17:21:35 +0100 Subject: [PATCH] Update CI --- .github/workflows/docker-action.yml | 11 ++++++++--- meta.yml | 18 ++++++++++++++---- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index 24c4e8c..3b41d63 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -40,15 +40,20 @@ jobs: - 'mathcomp/mathcomp:1.18.0-coq-8.16' - 'mathcomp/mathcomp:1.18.0-coq-8.17' - 'mathcomp/mathcomp:1.18.0-coq-8.18' - - 'mathcomp/mathcomp:1.18.0-coq-dev' + - 'mathcomp/mathcomp:1.19.0-coq-8.16' + - 'mathcomp/mathcomp:1.19.0-coq-8.17' + - 'mathcomp/mathcomp:1.19.0-coq-8.18' + - 'mathcomp/mathcomp:1.19.0-coq-8.19' - 'mathcomp/mathcomp:2.0.0-coq-8.16' - 'mathcomp/mathcomp:2.0.0-coq-8.17' - 'mathcomp/mathcomp:2.0.0-coq-8.18' - 'mathcomp/mathcomp:2.1.0-coq-8.16' - 'mathcomp/mathcomp:2.1.0-coq-8.17' - 'mathcomp/mathcomp:2.1.0-coq-8.18' - - 'mathcomp/mathcomp:2.1.0-coq-dev' - - 'mathcomp/mathcomp-dev:coq-8.16' + - 'mathcomp/mathcomp:2.2.0-coq-8.16' + - 'mathcomp/mathcomp:2.2.0-coq-8.17' + - 'mathcomp/mathcomp:2.2.0-coq-8.18' + - 'mathcomp/mathcomp:2.2.0-coq-dev' - 'mathcomp/mathcomp-dev:coq-8.17' - 'mathcomp/mathcomp-dev:coq-8.18' - 'mathcomp/mathcomp-dev:coq-dev' diff --git a/meta.yml b/meta.yml index 4b63107..3be3f77 100644 --- a/meta.yml +++ b/meta.yml @@ -101,7 +101,13 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp' - version: '1.18.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: '1.18.0-coq-dev' +- version: '1.19.0-coq-8.16' + repo: 'mathcomp/mathcomp' +- version: '1.19.0-coq-8.17' + repo: 'mathcomp/mathcomp' +- version: '1.19.0-coq-8.18' + repo: 'mathcomp/mathcomp' +- version: '1.19.0-coq-8.19' repo: 'mathcomp/mathcomp' - version: '2.0.0-coq-8.16' repo: 'mathcomp/mathcomp' @@ -115,10 +121,14 @@ tested_coq_opam_versions: repo: 'mathcomp/mathcomp' - version: '2.1.0-coq-8.18' repo: 'mathcomp/mathcomp' -- version: '2.1.0-coq-dev' +- version: '2.2.0-coq-8.16' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.17' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-8.18' + repo: 'mathcomp/mathcomp' +- version: '2.2.0-coq-dev' repo: 'mathcomp/mathcomp' -- version: 'coq-8.16' - repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.17' repo: 'mathcomp/mathcomp-dev' - version: 'coq-8.18'