Skip to content

Commit

Permalink
Merge pull request #20 from arthuraa/mathcomp-1.15
Browse files Browse the repository at this point in the history
Include mathcomp 1.15.0 in supported versions.
  • Loading branch information
arthuraa authored Aug 9, 2022
2 parents 6c24f1c + 0b1f2aa commit 19bfb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
docker:
- image: coqorg/coq:8.14

coq-8-15-mathcomp-1-13-0:
coq-8-15-mathcomp-1-15-0:
<<: *defaults
steps:
- startup
- prepare:
mathcomp-version: '1.13.0'
mathcomp-version: '1.15.0'
- build
docker:
- image: coqorg/coq:8.15
Expand All @@ -105,5 +105,5 @@ workflows:
- coq-8-12-mathcomp-1-11-0
- coq-8-13-mathcomp-1-13-0
- coq-8-14-mathcomp-1-13-0
- coq-8-15-mathcomp-1-13-0
- coq-8-15-mathcomp-1-15-0
- coq-dev
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In such cases, it is a good idea to keep the instance opaque (e.g. defined with

- Coq 8.11 -- 8.15

- `coq-mathcomp-ssreflect` 1.11 -- 1.13
- `coq-mathcomp-ssreflect` 1.11 -- 1.15

## Installation

Expand Down

0 comments on commit 19bfb6e

Please sign in to comment.