Skip to content

Commit 5edcc64

Browse files
authored
CI: add coq 8.17 (#47)
* CI: add coq 8.17 * fix README
1 parent f2ef98f commit 5edcc64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
image:
2121
- 'coqorg/coq:dev'
22+
- 'coqorg/coq:8.17'
2223
- 'coqorg/coq:8.16'
2324
- 'coqorg/coq:8.15'
2425
- 'coqorg/coq:8.14'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Scripts:
3838
CoLoR provides also useful scripts for doing statistics:
3939
- do `make time` to record the compilation time of each file (then `time_coqc` is used instead of `coqc`)
4040
- do `./stat_time` to get statistics on compilation time
41-
- `./coq_stat [<directory>]` (default is `.`) provides the number of definitions, lemmas, etc.
42-
- `./color_stat` provides the number of Coq lines (including newlines and comments) for the various kinds of formalizations (mathematical structures, data structures, etc.)
41+
- `./stat_coq [<directory>]` (default is `.`) provides the number of definitions, lemmas, etc.
42+
- `./stat_color` provides the number of Coq lines (including newlines and comments) for the various kinds of formalizations (mathematical structures, data structures, etc.)
4343

4444
Library contents:
4545
----------------------

0 commit comments

Comments
 (0)