Skip to content

Commit 9449966

Browse files
authored
Merge pull request #82 from proux01/mc_1_16_0
Adapt to future MathComp 1.16.0
2 parents 56cbd91 + d1fc008 commit 9449966

14 files changed

+487
-420
lines changed

.github/workflows/docker-action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'mathcomp/mathcomp:1.12.0-coq-8.10'
21-
- 'mathcomp/mathcomp:1.12.0-coq-8.11'
2220
- 'mathcomp/mathcomp:1.13.0-coq-8.11'
2321
- 'mathcomp/mathcomp:1.13.0-coq-8.12'
2422
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
@@ -36,12 +34,13 @@ jobs:
3634
- 'mathcomp/mathcomp-dev:coq-dev'
3735
fail-fast: false
3836
steps:
39-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
4038
- uses: coq-community/docker-coq-action@v1
4139
with:
4240
opam_file: 'coq-mathcomp-abel.opam'
4341
custom_image: ${{ matrix.image }}
4442

43+
4544
# See also:
4645
# https://github.com/coq-community/docker-coq-action#readme
4746
# https://github.com/erikmd/docker-coq-github-action-demo

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

-99
This file was deleted.

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

-99
This file was deleted.

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

-99
This file was deleted.

0 commit comments

Comments
 (0)