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"