From aa7de57e010d2b30b81719c41cb4d1f817602ae0 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Mon, 31 Aug 2020 14:32:54 +0200 Subject: [PATCH] Update version numbers --- .github/workflows/coq-action.yml | 5 ++++- coq-mathcomp-dioid.opam | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coq-action.yml b/.github/workflows/coq-action.yml index ca5435a..494d1a1 100644 --- a/.github/workflows/coq-action.yml +++ b/.github/workflows/coq-action.yml @@ -15,9 +15,12 @@ jobs: strategy: matrix: image: - - mathcomp/mathcomp:1.9.0-coq-8.9 - mathcomp/mathcomp:1.9.0-coq-8.10 + - mathcomp/mathcomp:1.10.0-coq-8.10 + - mathcomp/mathcomp:1.11.0-coq-8.10 - mathcomp/mathcomp:1.9.0-coq-8.11 + - mathcomp/mathcomp:1.10.0-coq-8.11 + - mathcomp/mathcomp:1.11.0-coq-8.11 - mathcomp/mathcomp:1.11.0-coq-8.12 fail-fast: false steps: diff --git a/coq-mathcomp-dioid.opam b/coq-mathcomp-dioid.opam index 77e1b88..6928592 100644 --- a/coq-mathcomp-dioid.opam +++ b/coq-mathcomp-dioid.opam @@ -15,7 +15,7 @@ build: [ install: [make "install"] depends: [ - "coq" {>= "8.9" & < "8.12~"} + "coq" {>= "8.10" & < "8.13~"} "coq-mathcomp-ssreflect" {>= "1.9" & < "1.12~"} ] synopsis: "Dioid"