Skip to content

Commit 9f4ffa3

Browse files
authored
Merge pull request #75 from proux01/hierarchy-builder
Port to hierarchy builder
2 parents 9449966 + dbb88d8 commit 9f4ffa3

25 files changed

+732
-1884
lines changed

.github/workflows/docker-action.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,12 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp:1.13.0-coq-8.11'
21-
- 'mathcomp/mathcomp:1.13.0-coq-8.12'
22-
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
23-
- 'mathcomp/mathcomp:1.14.0-coq-8.13'
24-
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
25-
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
26-
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
27-
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
28-
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
29-
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
30-
- 'mathcomp/mathcomp-dev:coq-8.13'
31-
- 'mathcomp/mathcomp-dev:coq-8.14'
32-
- 'mathcomp/mathcomp-dev:coq-8.15'
20+
- 'mathcomp/mathcomp:2.1.0-coq-8.16'
21+
- 'mathcomp/mathcomp:2.1.0-coq-8.17'
22+
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
3323
- 'mathcomp/mathcomp-dev:coq-8.16'
24+
- 'mathcomp/mathcomp-dev:coq-8.17'
25+
- 'mathcomp/mathcomp-dev:coq-8.18'
3426
- 'mathcomp/mathcomp-dev:coq-dev'
3527
fail-fast: false
3628
steps:

.github/workflows/nix-action-coq8.12+mc1.13.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/nix-action-coq8.13+mc1.13.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/nix-action-coq8.13+mc1.14.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)