Skip to content

Commit 8efbcdc

Browse files
authored
Merge pull request #24 from proux01/hierarchy-builder
Port to MathComp 2
2 parents 107e09d + 831381a commit 8efbcdc

19 files changed

+334
-560
lines changed

.github/workflows/docker-action.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
21-
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
22-
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
23-
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
24-
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
25-
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
26-
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
27-
- 'mathcomp/mathcomp:1.13.0-coq-8.12'
28-
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
29-
- 'mathcomp/mathcomp:1.12.0-coq-8.12'
20+
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
21+
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
22+
- 'mathcomp/mathcomp-dev:coq-dev'
23+
- 'mathcomp/mathcomp-dev:coq-8.17'
24+
- 'mathcomp/mathcomp-dev:coq-8.16'
3025
fail-fast: false
3126
steps:
3227
- uses: actions/checkout@v3

.github/workflows/nix-action-8.12.yml

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

.github/workflows/nix-action-8.13.yml

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

.github/workflows/nix-action-8.14.yml

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

0 commit comments

Comments
 (0)