Skip to content

Commit e277222

Browse files
committed
Update versions
1 parent 451b7e6 commit e277222

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

.github/workflows/docker-action.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp:1.19.0-coq-8.20'
21-
- 'mathcomp/mathcomp:1.19.0-coq-8.19'
22-
- 'mathcomp/mathcomp:1.18.0-coq-8.18'
23-
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
24-
- 'mathcomp/mathcomp:1.17.0-coq-8.16'
25-
- 'mathcomp/mathcomp:1.17.0-coq-8.15'
20+
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
21+
- 'mathcomp/mathcomp:2.3.0-coq-8.19'
22+
- 'mathcomp/mathcomp:2.3.0-coq-8.18'
23+
- 'mathcomp/mathcomp:2.2.0-coq-8.17'
24+
- 'mathcomp/mathcomp:2.2.0-coq-8.16'
2625
fail-fast: false
2726
steps:
2827
- uses: actions/checkout@v3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The book was previously called "Functional Algorithms Verified", hence the FAV a
3434
- Coq-community maintainer(s):
3535
- Alex Gryzlov ([**@clayrat**](https://github.com/clayrat))
3636
- License: [MIT license](LICENSE)
37-
- Compatible Coq versions: 8.15 to 8.19
37+
- Compatible Coq versions: 8.16 to 8.20
3838
- Additional dependencies:
39-
- [MathComp ssreflect](https://math-comp.github.io) 1.17.0 to 1.19.0
39+
- [MathComp ssreflect](https://math-comp.github.io) 2.2 to 2.3
4040
- [MathComp algebra](https://math-comp.github.io)
4141
- [Equations](https://github.com/mattam82/Coq-Equations) 1.3 or later
4242
- Coq namespace: `favssr`

coq-fav-ssr.opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The book was previously called "Functional Algorithms Verified", hence the FAV a
1919
build: [make "-j%{jobs}%"]
2020
install: [make "install"]
2121
depends: [
22-
"coq" {>= "8.15" & < "8.21"}
23-
"coq-mathcomp-ssreflect" {>= "1.17" & < "2.0"}
22+
"coq" {>= "8.16" & < "8.21"}
23+
"coq-mathcomp-ssreflect" {>= "2.2" & < "2.4"}
2424
"coq-mathcomp-algebra"
2525
"coq-equations" {>= "1.3"}
2626
]

meta.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ license:
3232
identifier: MIT
3333

3434
supported_coq_versions:
35-
text: 8.15 to 8.20
36-
opam: '{>= "8.15" & < "8.21"}'
35+
text: 8.16 to 8.20
36+
opam: '{>= "8.16" & < "8.21"}'
3737

3838
tested_coq_opam_versions:
39-
- version: '1.19.0-coq-8.19'
39+
- version: '2.3.0-coq-8.20'
4040
repo: 'mathcomp/mathcomp'
41-
- version: '1.18.0-coq-8.18'
41+
- version: '2.3.0-coq-8.19'
4242
repo: 'mathcomp/mathcomp'
43-
- version: '1.17.0-coq-8.17'
43+
- version: '2.3.0-coq-8.18'
4444
repo: 'mathcomp/mathcomp'
45-
- version: '1.17.0-coq-8.16'
45+
- version: '2.2.0-coq-8.17'
4646
repo: 'mathcomp/mathcomp'
47-
- version: '1.17.0-coq-8.15'
47+
- version: '2.2.0-coq-8.16'
4848
repo: 'mathcomp/mathcomp'
4949

5050
dependencies:
5151
- opam:
5252
name: coq-mathcomp-ssreflect
53-
version: '{>= "1.17" & < "2.0"}'
53+
version: '{>= "2.2" & <= "2.3"}'
5454
description: |-
55-
[MathComp ssreflect](https://math-comp.github.io) 1.17.0 to 1.19.0
55+
[MathComp ssreflect](https://math-comp.github.io) 2.2 to 2.3
5656
- opam:
5757
name: coq-mathcomp-algebra
5858
description: |-

0 commit comments

Comments
 (0)