From 529f2068559d2f1fb28b494b73942261423cd9a0 Mon Sep 17 00:00:00 2001 From: Karl Palmskog Date: Wed, 9 Aug 2023 17:03:00 +0200 Subject: [PATCH] add CI for Coq 8.18 (#63) --- .github/workflows/docker-action.yml | 1 + meta.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/docker-action.yml b/.github/workflows/docker-action.yml index 2cb66ff..42d6f5e 100644 --- a/.github/workflows/docker-action.yml +++ b/.github/workflows/docker-action.yml @@ -20,6 +20,7 @@ jobs: matrix: image: - 'mathcomp/mathcomp-dev:coq-dev' + - 'mathcomp/mathcomp:2.0.0-coq-8.18' - 'mathcomp/mathcomp:2.0.0-coq-8.17' - 'mathcomp/mathcomp:2.0.0-coq-8.16' fail-fast: false diff --git a/meta.yml b/meta.yml index e58bbcd..d214ded 100644 --- a/meta.yml +++ b/meta.yml @@ -66,6 +66,8 @@ dependencies: tested_coq_opam_versions: - version: 'coq-dev' repo: 'mathcomp/mathcomp-dev' +- version: '2.0.0-coq-8.18' + repo: 'mathcomp/mathcomp' - version: '2.0.0-coq-8.17' repo: 'mathcomp/mathcomp' - version: '2.0.0-coq-8.16'