Skip to content

Commit 595d808

Browse files
authored
Merge pull request #19 from coq-community/boilerplate-mc-2.2
refresh boilerplate and add CI for MathComp 2.2.0
2 parents 1a0f78e + 93fdb7c commit 595d808

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
matrix:
1919
image:
2020
- 'mathcomp/mathcomp-dev:coq-dev'
21-
- 'mathcomp/mathcomp:2.0.0-coq-8.18'
21+
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
22+
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
2223
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
2324
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
2425
fail-fast: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
1010
[![Zulip][zulip-shield]][zulip-link]
1111
[![DOI][doi-shield]][doi-link]
1212

13-
[docker-action-shield]: https://github.com/coq-community/regexp-Brzozowski/workflows/Docker%20CI/badge.svg?branch=master
14-
[docker-action-link]: https://github.com/coq-community/regexp-Brzozowski/actions?query=workflow:"Docker%20CI"
13+
[docker-action-shield]: https://github.com/coq-community/regexp-Brzozowski/actions/workflows/docker-action.yml/badge.svg?branch=master
14+
[docker-action-link]: https://github.com/coq-community/regexp-Brzozowski/actions/workflows/docker-action.yml
1515

1616
[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
1717
[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md

_CoqProject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-Q theories RegexpBrzozowski
22

33
-arg -w -arg -notation-overridden
4-
-arg -w -arg -redundant-canonical-projection
4+
-arg -w -arg -notation-incompatible-prefix
55

66
theories/glue.v
77
theories/regexp.v

meta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ dependencies:
6060
tested_coq_opam_versions:
6161
- version: 'coq-dev'
6262
repo: 'mathcomp/mathcomp-dev'
63-
- version: '2.0.0-coq-8.18'
63+
- version: '2.2.0-coq-8.19'
64+
repo: 'mathcomp/mathcomp'
65+
- version: '2.1.0-coq-8.18'
6466
repo: 'mathcomp/mathcomp'
6567
- version: '2.0.0-coq-8.17'
6668
repo: 'mathcomp/mathcomp'

theories/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
(name RegexpBrzozowski)
33
(package coq-regexp-brzozowski)
44
(synopsis "Decision procedures for regular expression equivalence in Coq using Mathematical Components")
5-
(flags :standard -w -notation-overridden -w -redundant-canonical-projection))
5+
(flags :standard -w -notation-overridden -w -notation-incompatible-prefix))

0 commit comments

Comments
 (0)