Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Aug 28, 2023
1 parent ec11936 commit 7b48990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,8 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp:1.14.0-coq-8.13'
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.13'
- 'mathcomp/mathcomp:1.16.0-coq-8.14'
- 'mathcomp/mathcomp:1.16.0-coq-8.15'
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.15'
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-8.17'
- 'mathcomp/mathcomp-dev:coq-dev'
Expand Down
6 changes: 3 additions & 3 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
## will be created per bundle
bundles."8.16".coqPackages = {
coq.override.version = "8.16";
mathcomp.override.version = "mathcomp-2.0.0";
mathcomp.override.version = "2.0.0";
};
bundles."8.17".coqPackages = {
coq.override.version = "8.17";
mathcomp.override.version = "mathcomp-2.0.0";
mathcomp.override.version = "2.0.0";
};
bundles."master".coqPackages = {
coq.override.version = "master";
coq-elpi.override.version = "coq-master";
hierarchy-builder.override.version = "proux01:coq-master";
hierarchy-builder.override.version = "coq-master";
mathcomp.override.version = "master";
mathcomp-bigenough.override.version = "1.0.1";
};
Expand Down

0 comments on commit 7b48990

Please sign in to comment.